ywana-core8 0.1.32 → 0.1.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -2603,9 +2603,10 @@ var ForgetUserPasswordAction = function ForgetUserPasswordAction(props) {
2603
2603
  var user = props.user,
2604
2604
  _props$icon = props.icon,
2605
2605
  icon = _props$icon === void 0 ? false : _props$icon,
2606
+ _props$label = props.label,
2607
+ label = _props$label === void 0 ? "Reset Password" : _props$label,
2606
2608
  onOK = props.onOK,
2607
2609
  onSuccess = props.onSuccess;
2608
- var label = /*#__PURE__*/React__default["default"].createElement(Text$1, null, "Forgot Password");
2609
2610
  return icon ? /*#__PURE__*/React__default["default"].createElement(Icon, {
2610
2611
  icon: "mail_lock",
2611
2612
  clickable: true,
@@ -2752,6 +2753,15 @@ var LOGIN_DICTIONARY = (_LOGIN_DICTIONARY = {
2752
2753
  it: 'Password dimenticata',
2753
2754
  fr: 'Mot de passe oublié'
2754
2755
  },
2756
+ 'Reset Password': {
2757
+ en: 'Reset Password',
2758
+ es: 'Restablecer contraseña',
2759
+ de: 'Passwort zurücksetzen',
2760
+ pt: 'Redefinir senha',
2761
+ ca: 'Restablir contrasenya',
2762
+ it: 'Reimposta password',
2763
+ fr: 'Réinitialiser le mot de passe'
2764
+ },
2755
2765
  'Check your email to reset your password': {
2756
2766
  en: 'Check your email to reset your password',
2757
2767
  es: 'Revise su correo electrónico para restablecer su contraseña',