You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CoreID/locale/en_US/password.locale.js

12 lines
613 B

module.exports = exports = {
reset_prompt: 'We\'re going to walk you through resetting your APP_NAME password.',
reset_invalidates: 'Note that this process will invalidate any existing app passwords you have created.',
enter_new_pw: 'Please enter a new password for your account:',
calc_time: 'This password would take CALC_TIME to crack.',
confirm: 'Confirm the password:',
new_password: 'New Password',
confirm_password: 'Confirm the Password',
change: 'Change Password',
reset_success: 'Your password was reset. For security reasons, you will be asked to sign-in again.',
}