diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-12-20 08:52:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-20 08:52:12 +0100 |
commit | 5cb51916de5dabaf0ec26931cdab8d414dcd26a8 (patch) | |
tree | c9b2d7bd716899fc828023a1cb0b17a039522012 /lib | |
parent | bd1264ef7f5b4e78b3f8a61caededfe05700f15f (diff) | |
download | nextcloud-server-5cb51916de5dabaf0ec26931cdab8d414dcd26a8.tar.gz nextcloud-server-5cb51916de5dabaf0ec26931cdab8d414dcd26a8.zip |
l10n: Add a text string to translation
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'lib')
-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 76d799af285..c2846511774 100644 --- a/lib/private/legacy/OC_Util.php +++ b/lib/private/legacy/OC_Util.php @@ -798,7 +798,7 @@ class OC_Util { $permissionsHint = $l->t('Permissions can usually be fixed by giving the web server write access to the root directory. See %s.', [$urlGenerator->linkToDocs('admin-dir_permissions')]); $errors[] = [ - 'error' => 'Your data directory is not writable.', + 'error' => $l->t('Your data directory is not writable.'), 'hint' => $permissionsHint ]; } else { |