Merge pull request #10658 from nupplaphil/feat/storage_naming

Rename Storage Backend labels
This commit is contained in:
Hypolite Petovan 2021-09-02 19:55:15 -04:00 committed by GitHub
commit 4140a59332
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

View file

@ -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),