Add "Register" label
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / CmsMsg.java
index 235316adc06c405f9f0eb68f9dfb4a34c231c406..d6172a9006324bd122543598274a2cea43b4e5f7 100644 (file)
@@ -9,6 +9,7 @@ public class CmsMsg extends DefaultsResourceBundle {
        public final static Msg password = new Msg("password");
        public final static Msg logout = new Msg("log out");
        public final static Msg login = new Msg("sign in");
+       public final static Msg register = new Msg("register");
 
        static {
                Msg.init(CmsMsg.class);