#525 Make "not owner" kick reason translatable

This commit is contained in:
ljacqu
2016-02-14 21:46:47 +01:00
parent 7f3246e416
commit f5b5595f08
28 changed files with 52 additions and 25 deletions
@@ -125,7 +125,9 @@ public enum MessageKey {
EMAIL_ALREADY_USED_ERROR("email_already_used"),
TWO_FACTOR_CREATE("two_factor_create", "%code", "%url");
TWO_FACTOR_CREATE("two_factor_create", "%code", "%url"),
NOT_OWNER_ERROR("not_owner_error");
private String key;
private String[] tags;