diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2022-06-07 13:07:19 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-06-07 16:41:38 +0200 |
commit | dfe72433382542ee391a3ab9d40e33f63d8f1282 (patch) | |
tree | 861edcee97b71ff12c4df234458817817899f48a /apps/files/templates | |
parent | dcf25d6c7716daa08eb6af07a720c0a0b7b6eda6 (diff) | |
download | nextcloud-server-dfe72433382542ee391a3ab9d40e33f63d8f1282.tar.gz nextcloud-server-dfe72433382542ee391a3ab9d40e33f63d8f1282.zip |
l10n: Delete apostrophe
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index 25558bf16f7..9087c86a4a2 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -6,7 +6,7 @@ <div id="file_action_panel"></div> <div class="notCreatable notPublic hidden"> <div class="icon-alert-outline"></div> - <?php p($l->t('You don’t have permission to upload or create files here'))?> + <?php p($l->t('You do not have permission to upload or create files here'))?> </div> <?php /* Note: the template attributes are here only for the public page. These are normally loaded through ajax instead (updateStorageStatistics). |