mirror of
https://github.com/openwrt/luci.git
synced 2026-06-17 14:50:21 +04: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', {
|
E('button', {
|
||||||
'class': 'btn cbi-button-negative',
|
'class': 'btn cbi-button-negative',
|
||||||
'click': ui.createHandlerFn(this, 'handleSignal', 9, proc.PID)
|
'click': ui.createHandlerFn(this, 'handleSignal', 9, proc.PID)
|
||||||
}, _('Kill'))
|
}, _('Kill', 'status processes kill'))
|
||||||
])
|
])
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user