diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-04-06 17:53:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-06 17:53:45 +0200 |
commit | e1d0390e29b60a6fa06d91a5d33dfb0e81fe7dd7 (patch) | |
tree | f9ac0846d75644ca5e49e8e26433a2c63c1b4f22 /config/locales | |
parent | 2c63e0292a0a0a530ce814246bb6762983808135 (diff) |
Add batch actions for approving and rejecting pending accounts (#10469)
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 705024ff5..df9c4913c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -330,6 +330,8 @@ en: expired: Expired title: Filter title: Invites + pending_accounts: + title: Pending accounts (%{count}) relays: add_new: Add new relay delete: Delete @@ -496,7 +498,7 @@ en: salutation: "%{name}," settings: 'Change e-mail preferences: %{link}' view: 'View:' - view_profile: View Profile + view_profile: View profile view_status: View status applications: created: Application successfully created |