analytica-frontend-lib 1.1.89 → 1.1.91

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.
@@ -1038,7 +1038,7 @@ var CardQuestions = forwardRef(
1038
1038
  }, ref) => {
1039
1039
  const isDone = state === "done";
1040
1040
  const stateLabel = isDone ? "Realizado" : "N\xE3o Realizado";
1041
- const buttonLabel = isDone ? "Ver Quest\xE3o" : "Responder";
1041
+ const buttonLabel = isDone ? "Ver Resultado" : "Responder";
1042
1042
  return /* @__PURE__ */ jsxs7(
1043
1043
  CardBase,
1044
1044
  {