Make "user other case" translatable

(cherry picked from commit ed5498e)
This commit is contained in:
Edson Passos
2016-02-22 03:02:57 +01:00
committed by ljacqu
parent e8f518711c
commit bfc8058b03
4 changed files with 12 additions and 10 deletions
@@ -127,7 +127,9 @@ public enum MessageKey {
TWO_FACTOR_CREATE("two_factor_create", "%code", "%url"),
NOT_OWNER_ERROR("not_owner_error");
NOT_OWNER_ERROR("not_owner_error"),
INVALID_NAME_CASE("invalid_name_case", "%valid", "%invalid");
private String key;
private String[] tags;