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>
|
<DialogContentText>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
defaultMessage="Are you sure you want to delete draft #{number}?"
|
defaultMessage="Are you sure you want to delete draft #{orderNumber}?"
|
||||||
values={{
|
values={{
|
||||||
number: <strong>{orderNumber}</strong>
|
orderNumber: <strong>{orderNumber}</strong>
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</DialogContentText>
|
</DialogContentText>
|
||||||
|
|
|
@ -51,7 +51,7 @@ const TranslationsCategoriesPage: React.StatelessComponent<
|
||||||
title={intl.formatMessage(
|
title={intl.formatMessage(
|
||||||
{
|
{
|
||||||
defaultMessage:
|
defaultMessage:
|
||||||
'Translation Category "{categoryNane}" - {languageCode}'
|
'Translation Category "{categoryName}" - {languageCode}'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
categoryName: maybe(() => category.name, "..."),
|
categoryName: maybe(() => category.name, "..."),
|
||||||
|
|
Loading…
Reference in a new issue