From 7e442450085d591f224d4017238c5867905aac7b Mon Sep 17 00:00:00 2001 From: Florian Scholdei Date: Tue, 20 Aug 2019 17:23:03 +0200 Subject: [PATCH] added exclamation mark --- scm-ui/public/locales/de/admin.json | 2 +- scm-ui/public/locales/en/admin.json | 2 +- scm-ui/src/admin/plugins/components/PluginModal.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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")}