Improve message

This commit is contained in:
dominik-zeglen 2019-11-06 15:02:13 +01:00
parent 41085f6325
commit a1c73a6654
2 changed files with 3 additions and 3 deletions

View file

@ -32,9 +32,9 @@ const OrderDraftCancelDialog: React.StatelessComponent<
>
<DialogContentText>
<FormattedMessage
defaultMessage="Are you sure you want to delete draft #{number}?"
defaultMessage="Are you sure you want to delete draft #{orderNumber}?"
values={{
number: <strong>{orderNumber}</strong>
orderNumber: <strong>{orderNumber}</strong>
}}
/>
</DialogContentText>

View file

@ -51,7 +51,7 @@ const TranslationsCategoriesPage: React.StatelessComponent<
title={intl.formatMessage(
{
defaultMessage:
'Translation Category "{categoryNane}" - {languageCode}'
'Translation Category "{categoryName}" - {languageCode}'
},
{
categoryName: maybe(() => category.name, "..."),