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 ""
|
||||
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-Transfer-Encoding: 8bit\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -1239,10 +1239,6 @@ msgstr ""
|
|||
#. [src.components.AssignCollectionDialog.3992923611] - dialog header
|
||||
#. defaultMessage is:
|
||||
#. Assign Collection
|
||||
#: build/locale/src/staff/components/StaffPasswordResetDialog/StaffPasswordResetDialog.json
|
||||
#. [src.staff.components.StaffPasswordResetDialog.3992923611] - dialog header
|
||||
#. defaultMessage is:
|
||||
#. Assign Collection
|
||||
msgctxt "dialog header"
|
||||
msgid "Assign Collection"
|
||||
msgstr ""
|
||||
|
@ -1859,6 +1855,14 @@ msgctxt "description"
|
|||
msgid "Category name"
|
||||
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
|
||||
#. [src.staff.components.StaffProperties.2771097267] - button
|
||||
#. defaultMessage is:
|
||||
|
|
|
@ -45,7 +45,7 @@ const StaffPasswordResetDialog: React.FC<StaffPasswordResetDialogProps> = ({
|
|||
<Dialog onClose={onClose} open={open} fullWidth maxWidth="sm">
|
||||
<DialogTitle>
|
||||
<FormattedMessage
|
||||
defaultMessage="Assign Collection"
|
||||
defaultMessage="Change Password"
|
||||
description="dialog header"
|
||||
/>
|
||||
</DialogTitle>
|
||||
|
|
Loading…
Reference in a new issue