Skip to content

Commit

Permalink
fix: Change spelling of "Successful" (frappe#23063)
Browse files Browse the repository at this point in the history
Before: 
Import Successfull

After:
Import Successful
  • Loading branch information
michellealva authored Aug 18, 2020
1 parent 035907a commit 849b712
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 849b712

Please sign in to comment.