mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Add missing contexts when destroying users
This commit is contained in:
parent
acdfb3ed03
commit
4addc5e329
4 changed files with 14 additions and 3 deletions
|
@ -1770,6 +1770,10 @@ en:
|
|||
website:
|
||||
domain_not_allowed: "Website is invalid. Allowed domains are: %{domains}"
|
||||
auto_rejected: "Rejected automatically due to age. See auto_handle_queued_age site setting."
|
||||
destroy_reasons:
|
||||
unused_staged_user: "Unused staged user"
|
||||
fixed_primary_email: "Fixed primary email for staged user"
|
||||
same_ip_address: "Same IP address (%ip_address%) as other users"
|
||||
|
||||
flags_reminder:
|
||||
flags_were_submitted:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue