diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index 3168a4670..df08240a3 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -1461,5 +1461,6 @@ "admin_enableembedsHint": "Allow documents and media from this instance to be embedded on other websites. This will add an \"Embed\" option to the Share menu. For security reasons applications that use OnlyOffice (Sheets, Document, Presentation) cannot be embedded even if this setting is active.", "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_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." }