analytica-frontend-lib 1.4.83 → 1.4.85
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/Quiz/index.js +1 -1
- package/dist/Quiz/index.js.map +1 -1
- package/dist/Quiz/index.mjs +1 -1
- package/dist/Quiz/index.mjs.map +1 -1
- package/dist/index.js +7 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -4
- package/dist/index.mjs.map +1 -1
- package/dist/store/appStore.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/Quiz/index.js
CHANGED
|
@@ -7271,7 +7271,7 @@ var getExitConfirmationText = (type) => {
|
|
|
7271
7271
|
if (type === "QUESTIONARIO" /* QUESTIONARIO */) {
|
|
7272
7272
|
return `Se voc\xEA sair ${config.preposition} ${config.label.toLowerCase()} agora, todas as respostas ser\xE3o perdidas.`;
|
|
7273
7273
|
}
|
|
7274
|
-
return `Se voc\xEA sair ${config.preposition} ${config.label.toLowerCase()} agora,
|
|
7274
|
+
return `Se voc\xEA sair ${config.preposition} ${config.label.toLowerCase()} agora, poder\xE1 continuar de onde parou depois.`;
|
|
7275
7275
|
};
|
|
7276
7276
|
var getFinishConfirmationText = (type) => {
|
|
7277
7277
|
const config = getQuizTypeConfig(type);
|