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.
@@ -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, seu progresso ser\xE1 salvo e voc\xEA poder\xE1 continuar depois.`;
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);