mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
Chore: Make review workflow page-title plural
This commit is contained in:
parent
61199c036f
commit
eb135b8a3b
@ -224,7 +224,7 @@
|
||||
"Settings.profile.form.section.experience.title": "Experience",
|
||||
"Settings.profile.form.section.helmet.title": "User profile",
|
||||
"Settings.profile.form.section.profile.page.title": "Profile page",
|
||||
"Settings.review-workflows.page.title": "Review Workflow",
|
||||
"Settings.review-workflows.page.title": "Review Workflows",
|
||||
"Settings.review-workflows.page.subtitle": "{count, plural, one {# stage} other {# stages}}",
|
||||
"Settings.review-workflows.page.isLoading": "Workflow is loading",
|
||||
"Settings.review-workflows.stage.name.label": "Stage name",
|
||||
|
||||
@ -43,7 +43,7 @@ export function ReviewWorkflowsPage() {
|
||||
<SettingsPageTitle
|
||||
name={formatMessage({
|
||||
id: 'Settings.review-workflows.page.title',
|
||||
defaultMessage: 'Review Workflow',
|
||||
defaultMessage: 'Review Workflows',
|
||||
})}
|
||||
/>
|
||||
<Main tabIndex={-1}>
|
||||
@ -58,7 +58,7 @@ export function ReviewWorkflowsPage() {
|
||||
}
|
||||
title={formatMessage({
|
||||
id: 'Settings.review-workflows.page.title',
|
||||
defaultMessage: 'Review Workflow',
|
||||
defaultMessage: 'Review Workflows',
|
||||
})}
|
||||
subtitle={formatMessage(
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user