mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 15:16:54 +02:00
added exclamation mark
This commit is contained in:
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user