changed verified kick settings name
This commit is contained in:
parent
ab2e721102
commit
c42e4d3bdd
@ -123,7 +123,7 @@ public enum MessageKey {
|
|||||||
MUST_REGISTER_MESSAGE("registration.reg_only"),
|
MUST_REGISTER_MESSAGE("registration.reg_only"),
|
||||||
|
|
||||||
/** Only users with verified email addresses can access this feature! Please check your inbox to verify your email! */
|
/** Only users with verified email addresses can access this feature! Please check your inbox to verify your email! */
|
||||||
MUST_VERIFIED_MESSAGE("email.verified_kick"),
|
MUST_VERIFIED_MESSAGE("email.unverified_kick"),
|
||||||
|
|
||||||
/** You're already logged in! */
|
/** You're already logged in! */
|
||||||
ALREADY_LOGGED_IN_ERROR("error.logged_in"),
|
ALREADY_LOGGED_IN_ERROR("error.logged_in"),
|
||||||
|
|||||||
@ -103,7 +103,7 @@ email:
|
|||||||
send_failure: 'The email could not be sent. Please contact an administrator.'
|
send_failure: 'The email could not be sent. Please contact an administrator.'
|
||||||
change_password_expired: 'You cannot change your password using this command anymore.'
|
change_password_expired: 'You cannot change your password using this command anymore.'
|
||||||
email_cooldown_error: '&cAn email was already sent recently. You must wait %time before you can send a new one.'
|
email_cooldown_error: '&cAn email was already sent recently. You must wait %time before you can send a new one.'
|
||||||
verified_kick: "&cOnly users with verified email addresses can access this feature! Please check your inbox to verify your email!"
|
unverified_kick: "&cOnly users with verified email addresses can access this feature! Please check your inbox to verify your email!"
|
||||||
|
|
||||||
# Password recovery by email
|
# Password recovery by email
|
||||||
recovery:
|
recovery:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user