diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-05-21 15:45:54 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-06-02 17:49:32 +0200 |
commit | 9c6b01abeba6928bd43dc71ac2f2372f2ea0c49f (patch) | |
tree | 58f98d4c7b25dade23c4b77cfec8bdc3288eab14 /lib/private/legacy/OC_Util.php | |
parent | d0cf20cc51c6f7d119d21d3ea3ed81b9b52f2c9d (diff) | |
download | nextcloud-server-9c6b01abeba6928bd43dc71ac2f2372f2ea0c49f.tar.gz nextcloud-server-9c6b01abeba6928bd43dc71ac2f2372f2ea0c49f.zip |
l10n: Spelling unification
Spelling unification in Transifex.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'lib/private/legacy/OC_Util.php')
-rw-r--r-- | lib/private/legacy/OC_Util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/legacy/OC_Util.php b/lib/private/legacy/OC_Util.php index c9e19221f95..05ecd61b3a8 100644 --- a/lib/private/legacy/OC_Util.php +++ b/lib/private/legacy/OC_Util.php @@ -768,7 +768,7 @@ class OC_Util { $errors[] = [ 'error' => $l->t('Cannot write into "apps" directory'), 'hint' => $l->t('This can usually be fixed by giving the webserver write access to the apps directory' - . ' or disabling the appstore in the config file.') + . ' or disabling the App Store in the config file.') ]; } } |