mirror of
https://github.com/flarum/core.git
synced 2025-08-09 01:46:35 +02:00
feat: actions dropdown in admin user list (#4188)
This commit is contained in:
@@ -360,11 +360,6 @@ core:
|
||||
display_name:
|
||||
title: Display name
|
||||
|
||||
edit_user:
|
||||
button: => core.ref.edit
|
||||
title: => core.ref.edit_user
|
||||
tooltip: Edit {username}
|
||||
|
||||
email:
|
||||
title: => core.ref.email
|
||||
visibility_hide: Hide email address
|
||||
@@ -377,6 +372,12 @@ core:
|
||||
join_time:
|
||||
title: Joined
|
||||
|
||||
user_actions:
|
||||
title: Actions
|
||||
edit_user:
|
||||
button: => core.ref.edit
|
||||
tooltip: Edit {username}
|
||||
|
||||
user_id:
|
||||
title: ID
|
||||
|
||||
|
Reference in New Issue
Block a user