{
'status' : 'error',
'data' : {
- 'message' : t('core', 'Unable to change password')
+ 'message' : t('settings', 'Unable to change password')
}
}
);
{
'status' : 'error',
'data' : {
- 'message' : t('core', 'Unable to change password')
+ 'message' : t('settings', 'Unable to change password')
}
}
);
).done(function (data) {
var dialog = verify.children('.verification-dialog');
showVerifyDialog($(dialog), data.msg, data.code);
- indicator.attr('data-origin-title', t('core', 'Verifying …'));
+ indicator.attr('data-origin-title', t('settings', 'Verifying …'));
indicator.attr('src', OC.imagePath('core', 'actions/verifying.svg'));
indicator.data('status', '1');
});
$('#pass2').strengthify({
zxcvbn: OC.linkTo('core','vendor/zxcvbn/dist/zxcvbn.js'),
titles: [
- t('core', 'Very weak password'),
- t('core', 'Weak password'),
- t('core', 'So-so password'),
- t('core', 'Good password'),
- t('core', 'Strong password')
+ t('settings', 'Very weak password'),
+ t('settings', 'Weak password'),
+ t('settings', 'So-so password'),
+ t('settings', 'Good password'),
+ t('settings', 'Strong password')
],
drawTitles: true,
});