ywana-core8 0.1.41 → 0.1.42
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 +9 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +9 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +9 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/widgets/login/actions.js +1 -1
- package/src/widgets/login/dictionary.js +10 -0
package/dist/index.umd.js
CHANGED
@@ -2754,7 +2754,6 @@
|
|
2754
2754
|
}) : /*#__PURE__*/React__default["default"].createElement(Button, {
|
2755
2755
|
label: label,
|
2756
2756
|
action: execute,
|
2757
|
-
outlined: true,
|
2758
2757
|
className: ""
|
2759
2758
|
});
|
2760
2759
|
};
|
@@ -2779,6 +2778,15 @@
|
|
2779
2778
|
it: 'Conferma la nuova password',
|
2780
2779
|
fr: 'Confirmer le nouveau mot de passe'
|
2781
2780
|
},
|
2781
|
+
'Change Password': {
|
2782
|
+
en: 'Change Password',
|
2783
|
+
es: 'Cambiar Contraseña',
|
2784
|
+
de: 'Passwort ändern',
|
2785
|
+
pt: 'Alterar Senha',
|
2786
|
+
ca: 'Canviar Contrasenya',
|
2787
|
+
it: 'Cambia Password',
|
2788
|
+
fr: 'Changer le mot de passe'
|
2789
|
+
},
|
2782
2790
|
'Forgot Password': {
|
2783
2791
|
en: 'Forgot Password',
|
2784
2792
|
es: 'Olvidé mi contraseña',
|