Common Message Added

This commit is contained in:
Devansh 2022-05-06 13:03:50 +05:30
parent 88d00cce5b
commit b6cf328722
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
onError: function (error) { onError: function (error) {
if (! options.authorizationFailed) { if (! options.authorizationFailed) {
options.alertBox(error); options.alertBox(messages.universalError);
} }
} }
}; };