From ee0e597eec20a879c43efd501923b80eb5dba059 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Tue, 26 Apr 2022 11:02:21 +0200 Subject: [PATCH] l10n: Change apostrophe Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- apps/settings/templates/settings/admin/server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="t('Open documentation'));?>" href=""> -

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.'));?>

+

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.'));?>

t('Pick background job setting'));?> -- 2.39.5