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.
package/dist/index.js CHANGED
@@ -7040,7 +7040,7 @@ var CardQuestions = (0, import_react25.forwardRef)(
7040
7040
  }, ref) => {
7041
7041
  const isDone = state === "done";
7042
7042
  const stateLabel = isDone ? "Realizado" : "N\xE3o Realizado";
7043
- const buttonLabel = isDone ? "Ver Quest\xE3o" : "Responder";
7043
+ const buttonLabel = isDone ? "Ver Resultado" : "Responder";
7044
7044
  return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
7045
7045
  CardBase,
7046
7046
  {