dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #27389
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13635: minor typo fix
------------------------------------------------------------
revno: 13635
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
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 )