Fix message
This commit is contained in:
parent
ebb3d9ebea
commit
214a44d4b1
2 changed files with 10 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"POT-Creation-Date: 2019-12-03T16:48:22.955Z\n"
|
"POT-Creation-Date: 2019-12-04T10:13:32.661Z\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -1239,10 +1239,6 @@ msgstr ""
|
||||||
#. [src.components.AssignCollectionDialog.3992923611] - dialog header
|
#. [src.components.AssignCollectionDialog.3992923611] - dialog header
|
||||||
#. defaultMessage is:
|
#. defaultMessage is:
|
||||||
#. Assign Collection
|
#. Assign Collection
|
||||||
#: build/locale/src/staff/components/StaffPasswordResetDialog/StaffPasswordResetDialog.json
|
|
||||||
#. [src.staff.components.StaffPasswordResetDialog.3992923611] - dialog header
|
|
||||||
#. defaultMessage is:
|
|
||||||
#. Assign Collection
|
|
||||||
msgctxt "dialog header"
|
msgctxt "dialog header"
|
||||||
msgid "Assign Collection"
|
msgid "Assign Collection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1859,6 +1855,14 @@ msgctxt "description"
|
||||||
msgid "Category name"
|
msgid "Category name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: build/locale/src/staff/components/StaffPasswordResetDialog/StaffPasswordResetDialog.json
|
||||||
|
#. [src.staff.components.StaffPasswordResetDialog.2521568990] - dialog header
|
||||||
|
#. defaultMessage is:
|
||||||
|
#. Change Password
|
||||||
|
msgctxt "dialog header"
|
||||||
|
msgid "Change Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: build/locale/src/staff/components/StaffProperties/StaffProperties.json
|
#: build/locale/src/staff/components/StaffProperties/StaffProperties.json
|
||||||
#. [src.staff.components.StaffProperties.2771097267] - button
|
#. [src.staff.components.StaffProperties.2771097267] - button
|
||||||
#. defaultMessage is:
|
#. defaultMessage is:
|
||||||
|
|
|
@ -45,7 +45,7 @@ const StaffPasswordResetDialog: React.FC<StaffPasswordResetDialogProps> = ({
|
||||||
<Dialog onClose={onClose} open={open} fullWidth maxWidth="sm">
|
<Dialog onClose={onClose} open={open} fullWidth maxWidth="sm">
|
||||||
<DialogTitle>
|
<DialogTitle>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
defaultMessage="Assign Collection"
|
defaultMessage="Change Password"
|
||||||
description="dialog header"
|
description="dialog header"
|
||||||
/>
|
/>
|
||||||
</DialogTitle>
|
</DialogTitle>
|
||||||
|
|
Loading…
Reference in a new issue