Skip to content

Commit b9a14dd

Browse files
author
Kristan Kenney
committed
Fix text for automatic updates
1 parent c572475 commit b9a14dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/templates/pages/list_updates.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
if($autoupdate == 'Enabled') {
88
$btn_url = '/delete/cron/autoupdate/?token='.$_SESSION['token'].'';
99
$btn_icon = 'fa-toggle-on status-icon green';
10-
$btn_label = _('Disable autoupdate');
10+
$btn_label = _('Disable automatic updates');
1111
} else {
1212
$btn_url = '/add/cron/autoupdate/?token='.$_SESSION['token'].'';
1313
$btn_icon = 'fa-toggle-off status-icon red';
14-
$btn_label = _('Enable autoupdate');
14+
$btn_label = _('Enable automatic updates');
1515
}
1616
?>
1717
<a class="ui-button cancel" dir="ltr" href="<?=$btn_url;?>"><i class="fas <?=$btn_icon;?>"></i><?=$btn_label;?></a>

0 commit comments

Comments
 (0)