fix: add missing i18n (#1597)

This commit is contained in:
Max Peintner
2021-04-16 09:24:52 +02:00
committed by GitHub
parent 058018a9c0
commit 083aad7d33
2 changed files with 2455 additions and 2453 deletions

View File

@@ -251,7 +251,9 @@
}, },
"DIALOG": { "DIALOG": {
"MFA_DELETE_TITLE": "Remove Secondfactor", "MFA_DELETE_TITLE": "Remove Secondfactor",
"MFA_DELETE_DESCRIPTION":"You are about to delete a second factor. Are you sure?" "MFA_DELETE_DESCRIPTION": "You are about to delete a second factor. Are you sure?",
"ADD_MFA_TITLE": "Add Second Factor",
"ADD_MFA_DESCRIPTION": "Select one of the following options."
} }
}, },
"EXTERNALIDP": { "EXTERNALIDP": {