fix: Change spelling of "Successful" (#23063)

Before: 
Import Successfull

After:
Import Successful
This commit is contained in:
Michelle Alva 2020-08-18 12:06:46 +05:30 committed by GitHub
parent 035907a24f
commit 849b712770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ var create_import_button = function(frm) {
callback: function(r) {
if(!r.exc) {
clearInterval(frm.page["interval"]);
frm.page.set_indicator(__('Import Successfull'), 'blue');
frm.page.set_indicator(__('Import Successful'), 'blue');
create_reset_button(frm);
}
}