mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 10:31:55 +08:00
luci-mod-status: i18n string context
i18n string context Signed-off-by: Andy Chiang <AndyChiang_git@outlook.com>
This commit is contained in:
@@ -51,7 +51,7 @@ return view.extend({
|
||||
E('button', {
|
||||
'class': 'btn cbi-button-negative',
|
||||
'click': ui.createHandlerFn(this, 'handleSignal', 9, proc.PID)
|
||||
}, _('Kill'))
|
||||
}, _('Kill', 'status processes kill'))
|
||||
])
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user