13 lines
639 B
JavaScript
13 lines
639 B
JavaScript
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',
|
|
password: 'Password',
|
|
reset_success: 'Your password was reset. For security reasons, you will be asked to sign-in again.',
|
|
}
|