diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-08-10 01:04:35 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-08-17 10:44:00 +0200 |
commit | 9a7193ce83da60f15b0244266913c5fe534cc403 (patch) | |
tree | 6f3286de2a7b827c373bf9976bbab5bd2467134e /apps/files_external/lib/Lib/Auth | |
parent | 27796a4077065f9b75fc8331c87f399fadc2c851 (diff) | |
download | nextcloud-server-9a7193ce83da60f15b0244266913c5fe534cc403.tar.gz nextcloud-server-9a7193ce83da60f15b0244266913c5fe534cc403.zip |
Fix casing of external storage app
Diffstat (limited to 'apps/files_external/lib/Lib/Auth')
-rw-r--r-- | apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php b/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php index 502024be4f2..c0ece745aa4 100644 --- a/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php +++ b/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php @@ -48,7 +48,7 @@ class GlobalAuth extends AuthMechanism { ->setIdentifier('password::global') ->setVisibility(BackendService::VISIBILITY_DEFAULT) ->setScheme(self::SCHEME_PASSWORD) - ->setText($l->t('Global Credentials')); + ->setText($l->t('Global credentials')); } public function getAuth($uid) { |