diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2022-04-26 11:02:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 11:02:21 +0200 |
commit | ee0e597eec20a879c43efd501923b80eb5dba059 (patch) | |
tree | 0c2398b3926801a5728215319c633b1daac308ad /apps/settings/templates | |
parent | 8a3f8b07a8b8b4f7dd618ddc42d2d4698d30a31a (diff) | |
download | nextcloud-server-ee0e597eec20a879c43efd501923b80eb5dba059.tar.gz nextcloud-server-ee0e597eec20a879c43efd501923b80eb5dba059.zip |
l10n: Change apostrophe
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps/settings/templates')
-rw-r--r-- | apps/settings/templates/settings/admin/server.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/templates/settings/admin/server.php b/apps/settings/templates/settings/admin/server.php index 4a967e2acc3..f3b8dc4aaad 100644 --- a/apps/settings/templates/settings/admin/server.php +++ b/apps/settings/templates/settings/admin/server.php @@ -71,7 +71,7 @@ script('settings', [ title="<?php p($l->t('Open documentation'));?>" href="<?php p(link_to_docs('admin-background-jobs')); ?>"></a> - <p class="settings-hint"><?php p($l->t('For the server to work properly, it\'s important to configure background jobs correctly. \'Cron\' is the recommended setting. Please see the documentation for more information.'));?></p> + <p class="settings-hint"><?php p($l->t('For the server to work properly, it\'s important to configure background jobs correctly. "Cron" is the recommended setting. Please see the documentation for more information.'));?></p> <form action="#"> <fieldset> <legend class="hidden-visually"><?php p($l->t('Pick background job setting'));?></legend> |