diff --git a/scm-ui/public/locales/de/admin.json b/scm-ui/public/locales/de/admin.json index 3b9a79dfa9..df01dd8dbb 100644 --- a/scm-ui/public/locales/de/admin.json +++ b/scm-ui/public/locales/de/admin.json @@ -37,7 +37,7 @@ "abort": "Abbrechen", "author": "Autor", "version": "Version", - "dependencyNotification": "Mit diesem Plugin werden folgende Abhängigkeiten mit installieren wenn sie noch nicht vorhanden sind.", + "dependencyNotification": "Mit diesem Plugin werden folgende Abhängigkeiten mit installieren wenn sie noch nicht vorhanden sind!", "dependencies": "Abhängigkeiten" } }, diff --git a/scm-ui/public/locales/en/admin.json b/scm-ui/public/locales/en/admin.json index 7a601fefe4..8c920c0df3 100644 --- a/scm-ui/public/locales/en/admin.json +++ b/scm-ui/public/locales/en/admin.json @@ -37,7 +37,7 @@ "abort": "Abort", "author": "Author", "version": "Version", - "dependencyNotification": "With this plugin, the following dependencies are installed if they are not available yet.", + "dependencyNotification": "With this plugin, the following dependencies are installed if they are not available yet!", "dependencies": "Dependencies" } }, diff --git a/scm-ui/src/admin/plugins/components/PluginModal.js b/scm-ui/src/admin/plugins/components/PluginModal.js index 00475fb9fe..cfa5a858e4 100644 --- a/scm-ui/src/admin/plugins/components/PluginModal.js +++ b/scm-ui/src/admin/plugins/components/PluginModal.js @@ -48,7 +48,7 @@ class PluginModal extends React.Component { if (plugin.dependencies && plugin.dependencies.length > 0) { dependencies = ( <> - {t("plugin.modal.dependencyNotification")} + {t("plugins.modal.dependencyNotification")}