luci: updater: Rename button and title

This commit is contained in:
remittor
2026-02-21 07:43:46 +03:00
parent 34d6ea3980
commit 52fec6272f
2 changed files with 3 additions and 3 deletions

View File

@@ -378,9 +378,9 @@ return view.extend({
btn_diag.onclick = ui.createHandlerFn(this, () => { diagnost.openDiagnostDialog(this.pkg_arch) });
layout_append('Diagnostic tools', null, [ btn_diag ] );
let btn_update = create_btn('btn_update', btn_style_action, _('Update'));
let btn_update = create_btn('btn_update', btn_style_action, _('Upgrade…'));
btn_update.onclick = ui.createHandlerFn(this, () => { updater.openUpdateDialog(this.pkg_arch) });
layout_append(_('Update package'), null, [ btn_update ] );
layout_append(_('Upgrading the package'), null, [ btn_update ] );
let elems = {
"status": status_string,

View File

@@ -192,7 +192,7 @@ return baseclass.extend({
this.setStage(0);
ui.showModal(_('Check for updates and install'), [
ui.showModal(_('Check for upgrades and installation'), [
E('div', { 'class': 'cbi-section' }, [
exclude_prereleases,
E('br'), E('br'),