diff --git a/locale/messages.pot b/locale/messages.pot index f8eba0214..2d58e0b2e 100644 --- a/locale/messages.pot +++ b/locale/messages.pot @@ -1,6 +1,6 @@ msgid "" msgstr "" -"POT-Creation-Date: 2019-12-04T10:13:32.661Z\n" +"POT-Creation-Date: 2019-12-04T14:17:34.264Z\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "MIME-Version: 1.0\n" @@ -1872,10 +1872,10 @@ msgid "Change photo" msgstr "" #: build/locale/src/staff/components/StaffPassword/StaffPassword.json -#. [src.staff.components.StaffPassword.1434811103] - utton +#. [src.staff.components.StaffPassword.1434811103] - button #. defaultMessage is: #. Change your password -msgctxt " utton" +msgctxt "button" msgid "Change your password" msgstr "" diff --git a/src/staff/components/StaffPassword/StaffPassword.tsx b/src/staff/components/StaffPassword/StaffPassword.tsx index 485e536ee..1d9582540 100644 --- a/src/staff/components/StaffPassword/StaffPassword.tsx +++ b/src/staff/components/StaffPassword/StaffPassword.tsx @@ -25,7 +25,7 @@ const StaffPassword: React.FC = ({ onChangePassword }) => { } diff --git a/src/staff/components/StaffPasswordResetDialog/StaffPasswordResetDialog.tsx b/src/staff/components/StaffPasswordResetDialog/StaffPasswordResetDialog.tsx index 5767549a2..93420361b 100644 --- a/src/staff/components/StaffPasswordResetDialog/StaffPasswordResetDialog.tsx +++ b/src/staff/components/StaffPasswordResetDialog/StaffPasswordResetDialog.tsx @@ -90,7 +90,7 @@ const StaffPasswordResetDialog: React.FC = ({ = 8)} + disabled={data.newPassword.length < 8} transitionState={confirmButtonState} color="primary" variant="contained"