analytica-frontend-lib 1.1.89 → 1.1.90

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1062,7 +1062,7 @@ var CardQuestions = (0, import_react2.forwardRef)(
1062
1062
  }, ref) => {
1063
1063
  const isDone = state === "done";
1064
1064
  const stateLabel = isDone ? "Realizado" : "N\xE3o Realizado";
1065
- const buttonLabel = isDone ? "Ver Quest\xE3o" : "Responder";
1065
+ const buttonLabel = isDone ? "Ver Resultado" : "Responder";
1066
1066
  return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
1067
1067
  CardBase,
1068
1068
  {