mirror of
https://github.com/itsdave-de/msp_remoteadmin.git
synced 2025-05-06 20:35:12 +02:00
fix translation variable
This commit is contained in:
parent
7d5a11d606
commit
fdbb539a10
@ -3,11 +3,11 @@ frappe.ui.form.on('IT Object', {
|
|||||||
if (frm.doc.link) {
|
if (frm.doc.link) {
|
||||||
frm.add_custom_button(__('RDP'), function () {
|
frm.add_custom_button(__('RDP'), function () {
|
||||||
connect_remote(frm, 'RDP');
|
connect_remote(frm, 'RDP');
|
||||||
}, '__("Connect")');
|
}, __("Connect"));
|
||||||
|
|
||||||
frm.add_custom_button(__('SSH'), function () {
|
frm.add_custom_button(__('SSH'), function () {
|
||||||
connect_remote(frm, 'SSH');
|
connect_remote(frm, 'SSH');
|
||||||
}, '__("Connect")');
|
}, __("Connect"));
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user