mirror of
https://github.com/itsdave-de/msp_remoteadmin.git
synced 2025-12-17 16:33:07 -03:00
fix translation variable
This commit is contained in:
@@ -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"));
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user