mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 00:45:44 +01:00
added exclamation mark
This commit is contained in:
@@ -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