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.
@@ -4398,7 +4398,7 @@ var CardQuestions = (0, import_react13.forwardRef)(
4398
4398
  }, ref) => {
4399
4399
  const isDone = state === "done";
4400
4400
  const stateLabel = isDone ? "Realizado" : "N\xE3o Realizado";
4401
- const buttonLabel = isDone ? "Ver Quest\xE3o" : "Responder";
4401
+ const buttonLabel = isDone ? "Ver Resultado" : "Responder";
4402
4402
  return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
4403
4403
  CardBase,
4404
4404
  {