mirror of
https://github.com/flarum/core.git
synced 2025-08-10 10:24:46 +02:00
Rename viewDiscussions => viewForum, viewUserList => searchUsers (#2854)
This naming is clearer as to the intended effect. Changes include: - A migration to rename all permissions - Updating the seed migration to use the original naming from the start - Replacing usage of the old names with new names in code - Throwing warnings when the old names are used.
This commit is contained in:
committed by
GitHub
parent
f08767fed2
commit
bd33954a57
@@ -189,14 +189,14 @@ core:
|
||||
read_heading: Read
|
||||
rename_discussions_label: Rename discussions
|
||||
reply_to_discussions_label: Reply to discussions
|
||||
search_users_label: Search users
|
||||
sign_up_label: Sign up
|
||||
start_discussions_label: Start discussions
|
||||
title: Permissions
|
||||
view_discussions_label: View discussions
|
||||
view_forum_label: View forum (discussions and users)
|
||||
view_hidden_groups_label: View hidden group badges
|
||||
view_last_seen_at_label: Always view user last seen time
|
||||
view_post_ips_label: View post IP addresses
|
||||
view_user_list_label: View user list
|
||||
|
||||
# These translations are used in the dropdown menus on the Permissions page.
|
||||
permissions_controls:
|
||||
|
Reference in New Issue
Block a user