We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c572475 commit b9a14ddCopy full SHA for b9a14dd
web/templates/pages/list_updates.html
@@ -7,11 +7,11 @@
7
if($autoupdate == 'Enabled') {
8
$btn_url = '/delete/cron/autoupdate/?token='.$_SESSION['token'].'';
9
$btn_icon = 'fa-toggle-on status-icon green';
10
- $btn_label = _('Disable autoupdate');
+ $btn_label = _('Disable automatic updates');
11
} else {
12
$btn_url = '/add/cron/autoupdate/?token='.$_SESSION['token'].'';
13
$btn_icon = 'fa-toggle-off status-icon red';
14
- $btn_label = _('Enable autoupdate');
+ $btn_label = _('Enable automatic updates');
15
}
16
?>
17
<a class="ui-button cancel" dir="ltr" href="<?=$btn_url;?>"><i class="fas <?=$btn_icon;?>"></i><?=$btn_label;?></a>
0 commit comments