Improve message
This commit is contained in:
parent
41085f6325
commit
a1c73a6654
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -51,7 +51,7 @@ const TranslationsCategoriesPage: React.StatelessComponent<
|
|||
title={intl.formatMessage(
|
||||
{
|
||||
defaultMessage:
|
||||
'Translation Category "{categoryNane}" - {languageCode}'
|
||||
'Translation Category "{categoryName}" - {languageCode}'
|
||||
},
|
||||
{
|
||||
categoryName: maybe(() => category.name, "..."),
|
||||
|
|
Loading…
Reference in a new issue