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) => (