diff options
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/admin/plugin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/admin/plugin.php b/app/controllers/admin/plugin.php index 0a01083..9d7d589 100644 --- a/app/controllers/admin/plugin.php +++ b/app/controllers/admin/plugin.php @@ -586,13 +586,13 @@ class Admin_PluginController extends AuthenticatedController 'label' => _('Standardbeschreibung des Plugins'), 'type' => 'info', 'value' => $this->metadata['descriptionlong'] ?? $this->metadata['description'], - 'if' => "STUDIPFORM_SELECTEDLANGUAGES.description === 'de_DE'" + 'if' => "i18n.description === 'de_DE'" ], 'manifest_info_en' => [ 'label' => sprintf(_('Standardbeschreibung des Plugins (%s)'), _('Englisch')), 'type' => 'info', 'value' => $this->metadata['descriptionlong_en'] ?? $this->metadata['description_en'] ?? null, - 'if' => "STUDIPFORM_SELECTEDLANGUAGES.description === 'en_GB'" + 'if' => "i18n.description === 'en_GB'" ], 'description_mode' => [ 'label' => _('Modus der neuen Beschreibung'), |
