diff --git a/src/Module/Admin/Storage.php b/src/Module/Admin/Storage.php index c57bdccc1a..c6bc3878ef 100644 --- a/src/Module/Admin/Storage.php +++ b/src/Module/Admin/Storage.php @@ -133,8 +133,8 @@ class Storage extends BaseAdmin '$label_config' => DI::l10n()->t('Storage Configuration'), '$page' => DI::l10n()->t('Storage'), '$save' => DI::l10n()->t('Save'), - '$save_activate' => DI::l10n()->t('Save & Activate'), - '$activate' => DI::l10n()->t('Activate'), + '$save_use' => DI::l10n()->t('Save & Use storage backend'), + '$use' => DI::l10n()->t('Use storage backend'), '$save_reload' => DI::l10n()->t('Save & Reload'), '$noconfig' => DI::l10n()->t('This backend doesn\'t have custom settings'), '$baseurl' => DI::baseUrl()->get(true), diff --git a/view/templates/admin/storage.tpl b/view/templates/admin/storage.tpl index e56038359e..b1918c5a8b 100644 --- a/view/templates/admin/storage.tpl +++ b/view/templates/admin/storage.tpl @@ -22,10 +22,10 @@ {{if $storage.active}} {{else}} - + {{/if}} {{else}} -
+
{{/if}} {{/foreach}} diff --git a/view/theme/frio/templates/admin/storage.tpl b/view/theme/frio/templates/admin/storage.tpl index 5239821797..04d2e4cf27 100644 --- a/view/theme/frio/templates/admin/storage.tpl +++ b/view/theme/frio/templates/admin/storage.tpl @@ -36,10 +36,10 @@ {{if $storage.active}} {{else}} - + {{/if}} {{else}} - + {{/if}}