mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 19:08:13 +08:00
FIX: rename everything link to topics (#22076)
Rename everything link in community sidebar section to topics, which is a bit more descriptive.
This commit is contained in:

committed by
GitHub

parent
f75ac9da30
commit
959c50001d
@ -22,7 +22,7 @@ RSpec.describe SidebarSection do
|
||||
expect(community_section.reload.title).to eq("Community")
|
||||
|
||||
expect(community_section.sidebar_section_links.all.map { |link| link.linkable.name }).to eq(
|
||||
["Everything", "My Posts", "Review", "Admin", "Users", "About", "FAQ", "Groups", "Badges"],
|
||||
["Topics", "My Posts", "Review", "Admin", "Users", "About", "FAQ", "Groups", "Badges"],
|
||||
)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user