mirror of
https://github.com/strapi/strapi.git
synced 2025-07-28 19:34:51 +00:00
Settings: Use plural for rw page in settings menu
This commit is contained in:
parent
74d01e311c
commit
aa6103f449
@ -14,7 +14,7 @@ if (window.strapi.features.isEnabled(window.strapi.features.SSO)) {
|
|||||||
|
|
||||||
if (window.strapi.features.isEnabled(window.strapi.features.REVIEW_WORKFLOWS)) {
|
if (window.strapi.features.isEnabled(window.strapi.features.REVIEW_WORKFLOWS)) {
|
||||||
items.push({
|
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',
|
to: '/settings/review-workflows',
|
||||||
id: 'review-workflows',
|
id: 'review-workflows',
|
||||||
isDisplayed: false,
|
isDisplayed: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user