Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport 'Change I18n captions on moderation module' to v0.26 #10663

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions decidim-admin/config/locales/en.yml
Expand Up @@ -644,7 +644,7 @@ en:
nickname: Nickname
reason: Reason
reports: Reports count
title: Listing reported users
title: Reported participants
report:
reasons:
does_not_belong: Does not belong
Expand All @@ -655,7 +655,7 @@ en:
unblocked: Not Blocked
moderations:
index:
title: Moderations
title: Reported content
report:
reasons:
does_not_belong: Does not belong
Expand Down
Expand Up @@ -63,7 +63,7 @@
visit decidim_admin.moderations_path

within "body", wait: 2 do
expect(page).to have_content("Moderations")
expect(page).to have_content("Reported content")
expect(page).to have_link("Visit URL")

find_link("Visit URL").hover
Expand Down Expand Up @@ -94,7 +94,7 @@
visit decidim_admin.moderations_path

within ".container" do
expect(page).to have_content("Moderations")
expect(page).to have_content("Reported content")

expect(page).to have_no_selector("table.table-list tbody tr")
end
Expand Down
Expand Up @@ -62,7 +62,7 @@
visit decidim_admin.moderations_path

within ".container" do
expect(page).to have_content("Moderations")
expect(page).to have_content("Reported content")

expect(page).to have_no_selector("table.table-list tbody tr")
end
Expand Down