diff --git a/Composer/packages/client/src/pages/publish/Notifications.tsx b/Composer/packages/client/src/pages/publish/Notifications.tsx index 8802db9da7..ae19861462 100644 --- a/Composer/packages/client/src/pages/publish/Notifications.tsx +++ b/Composer/packages/client/src/pages/publish/Notifications.tsx @@ -71,7 +71,14 @@ export const getPublishedNotificationCardProps = (item: BotStatus): CardProps => export const getPendingNotificationCardProps = (items: BotStatus[]): CardProps => { return { title: '', - description: formatMessage(`Publishing {count} bots`, { count: items.length }), + description: formatMessage( + `Publishing { + count, plural, + =1 {one bot} + other {# bots} + }`, + { count: items.length } + ), type: 'pending', onRenderCardContent: (props) => (
diff --git a/Composer/packages/server/src/locales/en-US.json b/Composer/packages/server/src/locales/en-US.json index ccd4b2af30..98e1fc5938 100644 --- a/Composer/packages/server/src/locales/en-US.json +++ b/Composer/packages/server/src/locales/en-US.json @@ -2840,8 +2840,8 @@ "published_4bb5209e": { "message": "Published" }, - "publishing_count_bots_b2a7f564": { - "message": "Publishing { count } bots" + "publishing_count_plural_1_one_bot_other_bots_11edc1e9": { + "message": "Publishing { count, plural,\n =1 {one bot}\n other {# bots}\n}" }, "publishing_d63a8f2d": { "message": "Publishing"