Skip to content

Commit 3435e58

Browse files
committed
fix : changed error message
1 parent b6666d2 commit 3435e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/outsystems-secure-sqlite-init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function acquireLsk(successCallback, errorCallback) {
9494
// When secure storage key migration fails
9595
} else if (error.message === "MIGRATION FAILED") {
9696
Logger.logError("Migration Failed.", "SecureSQLiteBundle");
97-
window.alert("Migration from old secure storage to a new one failed. Open again the app to retry the operation");
97+
window.alert("A feature on this app failed to be upgraded. Relaunch the app to try again.");
9898
navigator.app.exitApp();
9999
// Otherwise
100100
} else {

0 commit comments

Comments
 (0)