]> git.mxchange.org Git - friendica.git/commitdiff
Rename buttons
authorPhilipp <admin@philipp.info>
Tue, 20 Jul 2021 21:41:38 +0000 (23:41 +0200)
committerPhilipp <admin@philipp.info>
Sat, 24 Jul 2021 17:01:00 +0000 (19:01 +0200)
src/Module/Admin/Storage.php

index 6b07cf5b05a03f049a4c15166d1acc3a06e51e13..c74259c6e5a079457fc515827847fd5ce9b7e9bd 100644 (file)
@@ -124,8 +124,8 @@ class Storage extends BaseAdmin
                return Renderer::replaceMacros($t, [
                        '$title'                 => DI::l10n()->t('Administration'),
                        '$page'                  => DI::l10n()->t('Storage'),
-                       '$save'                  => DI::l10n()->t('Save Settings'),
-                       '$save_set'              => DI::l10n()->t('Set Backend'),
+                       '$save'                  => DI::l10n()->t('Save'),
+                       '$save_set'              => DI::l10n()->t('Save & Activate'),
                        '$clear'                 => DI::l10n()->t('Clear'),
                        '$baseurl'               => DI::baseUrl()->get(true),
                        '$form_security_token'   => self::getFormSecurityToken("admin_storage"),