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.
@@ -4423,7 +4423,7 @@ var CardQuestions = forwardRef10(
4423
4423
  }, ref) => {
4424
4424
  const isDone = state === "done";
4425
4425
  const stateLabel = isDone ? "Realizado" : "N\xE3o Realizado";
4426
- const buttonLabel = isDone ? "Ver Quest\xE3o" : "Responder";
4426
+ const buttonLabel = isDone ? "Ver Resultado" : "Responder";
4427
4427
  return /* @__PURE__ */ jsxs16(
4428
4428
  CardBase,
4429
4429
  {