added exclamation mark

This commit is contained in:
Florian Scholdei
2019-08-20 17:23:03 +02:00
parent 3315dde324
commit 7e44245008
3 changed files with 3 additions and 3 deletions

View File

@@ -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"
}
},

View File

@@ -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"
}
},

View File

@@ -48,7 +48,7 @@ class PluginModal extends React.Component<Props> {
if (plugin.dependencies && plugin.dependencies.length > 0) {
dependencies = (
<>
<strong>{t("plugin.modal.dependencyNotification")}</strong>
<strong>{t("plugins.modal.dependencyNotification")}</strong>
<div className="field is-horizontal">
<div
className={classNames(