Skip to content
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.

Commit

Permalink
Added messages for incorrect login credentials.
Browse files Browse the repository at this point in the history
  • Loading branch information
cantrell committed Sep 7, 2012
1 parent 1a3cae5 commit 6eb78f6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
10 changes: 6 additions & 4 deletions nls/fr/strings.js
Expand Up @@ -25,8 +25,10 @@
/*global define */

define({
"COMMAND_NAME" : "Fr: PhoneGap Build",
"USERNAME_PLACEHOLDER" : "Fr: Username",
"PASSWORD_PLACEHOLDER" : "Fr: Password",
"LOGIN_BUTTON_LABEL" : "Fr: Login"
"COMMAND_NAME" : "PhoneGap Build",
"USERNAME_PLACEHOLDER" : "Username",
"PASSWORD_PLACEHOLDER" : "Password",
"LOGIN_BUTTON_LABEL" : "Login",
"LOGIN_FAILED_DIALOG_TITLE" : "Login Failed",
"LOGIN_FAILED_DIALOG_MESSAGE" : "Your username or password were not recognized."
});
12 changes: 7 additions & 5 deletions nls/root/strings.js
Expand Up @@ -25,8 +25,10 @@
/*global define */

define({
"COMMAND_NAME" : "PhoneGap Build",
"USERNAME_PLACEHOLDER" : "Username",
"PASSWORD_PLACEHOLDER" : "Password",
"LOGIN_BUTTON_LABEL" : "Login"
});
"COMMAND_NAME" : "PhoneGap Build",
"USERNAME_PLACEHOLDER" : "Username",
"PASSWORD_PLACEHOLDER" : "Password",
"LOGIN_BUTTON_LABEL" : "Login",
"LOGIN_FAILED_DIALOG_TITLE" : "Login Failed",
"LOGIN_FAILED_DIALOG_MESSAGE" : "Your username or password were not recognized."
});

0 comments on commit 6eb78f6

Please sign in to comment.