Settings: Use plural for rw page in settings menu

This commit is contained in:
Gustav Hansen 2023-03-16 13:35:34 +01:00
parent 74d01e311c
commit aa6103f449

View File

@ -14,7 +14,7 @@ if (window.strapi.features.isEnabled(window.strapi.features.SSO)) {
if (window.strapi.features.isEnabled(window.strapi.features.REVIEW_WORKFLOWS)) {
items.push({
intlLabel: { id: 'Settings.review-workflows.title', defaultMessage: 'Review Workflow' },
intlLabel: { id: 'Settings.review-workflows.page.title', defaultMessage: 'Review Workflows' },
to: '/settings/review-workflows',
id: 'review-workflows',
isDisplayed: false,