Author: bleny Date: 2011-01-06 09:25:08 +0000 (Thu, 06 Jan 2011) New Revision: 896 Log: fix bad label in Administration Modified: trunk/wao-ui/src/main/webapp/Administration.tml Modified: trunk/wao-ui/src/main/webapp/Administration.tml =================================================================== --- trunk/wao-ui/src/main/webapp/Administration.tml 2011-01-05 21:43:16 UTC (rev 895) +++ trunk/wao-ui/src/main/webapp/Administration.tml 2011-01-06 09:25:08 UTC (rev 896) @@ -100,7 +100,7 @@ <input t:type="textfield" t:id="firstName" value="userEdited.firstName" t:validate="required" /> </p:firstName> <p:lastName> - <label for="lastName">${message:wao.ui.field.User.firstName}</label> + <label for="lastName">${message:wao.ui.field.User.lastName}</label> <input t:type="textfield" t:id="lastName" value="userEdited.lastName" t:validate="required" /> </p:lastName> <p:login>