------------------------------------------------------------
revno: 13635
committer: Morten Olav Hansen <[email protected]>
branch nick: dhis2
timestamp: Tue 2014-01-07 19:46:22 +0100
message:
minor typo fix
modified:
dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/AccountController.java
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/AccountController.java'
--- dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/AccountController.java 2013-12-19 13:25:04 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/AccountController.java 2014-01-07 18:46:22 +0000
@@ -229,7 +229,7 @@
if ( credentials != null )
{
response.setStatus( HttpServletResponse.SC_BAD_REQUEST );
- return "User name is alread taken";
+ return "User name is already taken";
}
if ( firstName == null || firstName.trim().length() > MAX_LENGTH )
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp