From 5d05ab966ac54eb344baaccb8cf8b0293ed6dcc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Wed, 25 Mar 2020 13:07:43 +0100 Subject: [PATCH] Fix translations --- scm-ui/ui-webapp/public/locales/de/admin.json | 4 ++-- scm-ui/ui-webapp/public/locales/en/admin.json | 10 +++++----- .../repository-migration-manual-restart.mustache | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/scm-ui/ui-webapp/public/locales/de/admin.json b/scm-ui/ui-webapp/public/locales/de/admin.json index a60b01046c..62ba36bd69 100644 --- a/scm-ui/ui-webapp/public/locales/de/admin.json +++ b/scm-ui/ui-webapp/public/locales/de/admin.json @@ -72,8 +72,8 @@ "executePending": "Die folgenden Plugin-Änderungen werden ausgeführt. Anschließend wird SCM-Manager neu gestartet.", "cancelPending": "Die folgenden Plugin-Änderungen werden abgebrochen und zurückgesetzt.", "updateAllInfo": "Die folgenden Plugins werden aktualisiert. Die Änderungen werden nach dem nächsten Neustart wirksam.", - "manualRestartRequired": "Nach dem die Plugin-Änderung durchgeführt wurde, muss SCM-Manager neu gestartet werden.", - "showPending": "Um die folgenden Plugin-Änderungen auszuführen muss SCM-Manager neu gestartet werden." + "manualRestartRequired": "Nachdem die Plugin-Änderung durchgeführt wurde, muss SCM-Manager neu gestartet werden.", + "showPending": "Um die folgenden Plugin-Änderungen auszuführen, muss SCM-Manager neu gestartet werden." } }, "repositoryRole": { diff --git a/scm-ui/ui-webapp/public/locales/en/admin.json b/scm-ui/ui-webapp/public/locales/en/admin.json index 953cf335b4..7afad7829e 100644 --- a/scm-ui/ui-webapp/public/locales/en/admin.json +++ b/scm-ui/ui-webapp/public/locales/en/admin.json @@ -68,12 +68,12 @@ "uninstalledNotification": "Successfully uninstalled plugin. You have to reload the page, to see ui changes:", "executedChangesNotification": "Successfully executed plugin changes. You have to reload the page, to see ui changes:", "reload": "reload now", - "restartNotification": "You should only restart scm-manager if no one else is currently working with it.", - "executePending": "The following plugin changes will be executed and after that the scm-manager will be restarted.", + "restartNotification": "You should only restart SCM-Manager if no one else is currently working with it.", + "executePending": "The following plugin changes will be executed and after that the SCM-Manager will be restarted.", "cancelPending": "The following plugin changes will be canceled.", - "updateAllInfo": "The following plugin changes will be executed. You need to restart the scm-manager to make these changes effective.", - "manualRestartRequired": "After the plugin change has been made, scm-manager must be restarted.", - "showPending": "To execute the following plugin changes, scm-manager must be restarted." + "updateAllInfo": "The following plugin changes will be executed. You need to restart the SCM-Manager to make these changes effective.", + "manualRestartRequired": "After the plugin change has been made, SCM-Manager must be restarted.", + "showPending": "To execute the following plugin changes, SCM-Manager must be restarted." } }, "repositoryRole": { diff --git a/scm-webapp/src/main/resources/templates/repository-migration-manual-restart.mustache b/scm-webapp/src/main/resources/templates/repository-migration-manual-restart.mustache index a0d2fd1a96..46d65fa86b 100644 --- a/scm-webapp/src/main/resources/templates/repository-migration-manual-restart.mustache +++ b/scm-webapp/src/main/resources/templates/repository-migration-manual-restart.mustache @@ -4,8 +4,8 @@ {{$content}}

- The migration is prepared and gets executed after scm-manager is restarted.
- Please restart your scm-manager instance. + The migration is prepared and gets executed after SCM-Manager is restarted.
+ Please restart your SCM-Manager instance.

{{/content}}