Skip to content

Commit

Permalink
update login auth error messege
Browse files Browse the repository at this point in the history
  • Loading branch information
shalzz committed Jun 10, 2018
1 parent 06fbb43 commit 046ca9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
<string name="unexpected_error">An unexpected error occurred</string>
<string name="form_userid_error">Phone number is invalid.</string>
<string name="form_password_error">Password is required.</string>
<string name="auth_error">Phone number is incorrect.</string>
<string name="auth_error">The phone number is not registered.
Please use your registered number or contact your college IT dept. to
register.</string>
<string name="no_data_title">Nothing Here</string>
<string name="no_data_content">No data available on the server right now</string>
<string name="no_connection_title">No connection.</string>
Expand Down

0 comments on commit 046ca9d

Please sign in to comment.