Skip to content

Commit

Permalink
Merge branch 'ds/issue50' into 'develop'
Browse files Browse the repository at this point in the history
Ds/issue50

See merge request PBSA/dapps/NFT-store!11
  • Loading branch information
RoshanSyed committed Jun 4, 2021
2 parents bc89a06 + 4081b82 commit 9b08ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function showNotification(msg, type, reloadPage, redirect){

// Check for message or fallback to unknown
if(!msg){
msg = 'Unknown error has occured. Check inputs.';
msg = 'Unknown error has occurred. Check inputs.';
}

$('#notify_message').removeClass();
Expand Down

0 comments on commit 9b08ed0

Please sign in to comment.