Skip to content

Commit

Permalink
Invalid auth alert copy
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Jul 22, 2017
1 parent b302949 commit 5764c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/app/services/authManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ angular.module('app.frontend')
if(authParams.pw_auth) {
// verify auth params
if(localVTag !== authParams.pw_auth) {
alert("Invalid server verification tag; aborting login. This could also be caused by an incorrect password. Learn more at standardnotes.org/verification.");
alert("Invalid server verification tag; aborting login. This is most likely caused by an incorrect password. Learn more at standardnotes.org/verification.");
$timeout(function(){
callback({error: true, didDisplayAlert: true});
})
Expand Down

0 comments on commit 5764c14

Please sign in to comment.