From 9d756525ced497ae77e521f4d7ec0676e2be34eb Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Tue, 31 May 2016 07:24:42 +0000 Subject: [PATCH] gui: Extract URL from translated string (fixes #3204) GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3224 --- gui/default/assets/lang/lang-en.json | 1 + gui/default/syncthing/usagereport/usageReportModalView.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gui/default/assets/lang/lang-en.json b/gui/default/assets/lang/lang-en.json index 5c2e979f9..4dedbd63f 100644 --- a/gui/default/assets/lang/lang-en.json +++ b/gui/default/assets/lang/lang-en.json @@ -192,6 +192,7 @@ "Syncthing seems to be down, or there is a problem with your Internet connection. Retrying…": "Syncthing seems to be down, or there is a problem with your Internet connection. Retrying…", "Syncthing seems to be experiencing a problem processing your request. Please refresh the page or restart Syncthing if the problem persists.": "Syncthing seems to be experiencing a problem processing your request. Please refresh the page or restart Syncthing if the problem persists.", "The Syncthing admin interface is configured to allow remote access without a password.": "The Syncthing admin interface is configured to allow remote access without a password.", + "The aggregated statistics are publicly available at the URL below.": "The aggregated statistics are publicly available at the URL below.", "The aggregated statistics are publicly available at {%url%}.": "The aggregated statistics are publicly available at {{url}}.", "The configuration has been saved but not activated. Syncthing must restart to activate the new configuration.": "The configuration has been saved but not activated. Syncthing must restart to activate the new configuration.", "The device ID cannot be blank.": "The device ID cannot be blank.", diff --git a/gui/default/syncthing/usagereport/usageReportModalView.html b/gui/default/syncthing/usagereport/usageReportModalView.html index c154ad25d..24d34a823 100644 --- a/gui/default/syncthing/usagereport/usageReportModalView.html +++ b/gui/default/syncthing/usagereport/usageReportModalView.html @@ -6,7 +6,8 @@