diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index df08240a3..9c10a7cbc 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -1462,5 +1462,5 @@ "error_embeddingDisabled": "Embedding is disabled for this CryptPad instance", "error_embeddingDisabledSpecific": "Embedding is disabled for this CryptPad application.", "error_incorrectAccess": "This page can only be accessed via {0}.", - "error_evalPermitted": "Aborting because eval should not be permitted.\\n\\nThis error is linked to Content-Security-Policy headers, it could be due to: an outdated browser that does not support them, browser extensions that interfere with their correct behaviour, or an incorrect configuration of this CryptPad instance." + "error_evalPermitted": "Aborting because eval should not be permitted.\n\nThis error is linked to Content-Security-Policy headers, it could be due to: an outdated browser that does not support them, browser extensions that interfere with their correct behaviour, or an incorrect configuration of this CryptPad instance." }