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:
Krzysztof Kotlarek
2023-06-15 11:36:38 +10:00
committed by GitHub
parent f75ac9da30
commit 959c50001d
53 changed files with 46 additions and 133 deletions

View File

@ -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