fix: Add missing translation function (#22813)

* fix: Add missing translation function

Add missing translation function

* fix: Add missing function for translation

* fix: Add missing translation function

* fix: Add missing translation function
This commit is contained in:
bhavesh95863
2020-07-26 14:02:16 +05:30
committed by GitHub
parent b2fccc1d05
commit bcb49e59e7
4 changed files with 6 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ var create_multiple_dialog = function (listview) {
}
},
freeze: true,
freeze_message: 'Creating Lab Tests...'
freeze_message: __('Creating Lab Tests...')
});
dialog.hide();
}

View File

@@ -220,7 +220,7 @@ var schedule_inpatient = function(frm) {
}
},
freeze: true,
freeze_message: 'Scheduling Patient Admission'
freeze_message: __('Scheduling Patient Admission')
});
frm.refresh_fields();
dialog.hide();