Skip to content

Commit 05c2bb4

Browse files
authored
Merge pull request #32174 from nextcloud/backport/32154/stable23
[stable23] l10n: Change apostrophe
2 parents ae4cf0c + 7ff49b2 commit 05c2bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/settings/templates/settings/admin/server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
title="<?php p($l->t('Open documentation'));?>"
7272
href="<?php p(link_to_docs('admin-background-jobs')); ?>"></a>
7373

74-
<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>
74+
<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>
7575
<form action="#">
7676
<fieldset>
7777
<legend class="hidden-visually"><?php p($l->t('Pick background job setting'));?></legend>

0 commit comments

Comments
 (0)