From 8e158a50d468d89224b224822fb979318d5efc03 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 11 Jun 2021 15:36:18 +0530 Subject: [PATCH] fix a typo in a translation key name --- www/common/translations/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index fe864e2aa..856a42c6a 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -1339,7 +1339,7 @@ "admin_checkupTitle": "Validate instance configuration", "admin_checkupHint": "CryptPad includes a page which automatically diagnoses common configuration issues and suggests how to correct them if necessary.", "admin_checkupButton": "Run diagnostics", - "admin_contentToContactTitle": "Consent to contact", + "admin_consentToContactTitle": "Consent to contact", "admin_consentToContactHint": "Server telemetry includes the admin contact email so that the developers can notify you of serious problems with the software or your configuration. It will never be shared, sold, or used for marketing purposes. Consent to contact if you'd like to be informed of critical issues in your server.", "admin_consentToContactLabel": "I consent", "admin_listMyInstanceTitle": "List my instance in public directories",