pl-fe: improve strings

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-11-18 23:50:39 +01:00
parent 8963af4b77
commit b31cdb1878
12 changed files with 22 additions and 22 deletions

View File

@ -19,7 +19,7 @@ Includes following features:
*/
const messages = defineMessages({
heading: { id: 'column.mfa', defaultMessage: 'Multi-Factor Authentication' },
heading: { id: 'column.mfa', defaultMessage: 'Multi-factor authentication' },
});
const MfaForm: React.FC = () => {

View File

@ -13,7 +13,7 @@ import toast from 'pl-fe/toast';
const messages = defineMessages({
mfaCancelButton: { id: 'column.mfa_cancel', defaultMessage: 'Cancel' },
mfaSetupButton: { id: 'column.mfa_setup', defaultMessage: 'Proceed to Setup' },
mfaSetupButton: { id: 'column.mfa_setup', defaultMessage: 'Proceed to setup' },
codesFail: { id: 'security.codes.fail', defaultMessage: 'Failed to fetch backup codes' },
});