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.cjs
CHANGED
@@ -2761,7 +2761,6 @@ var ChangeUserPasswordAction = function ChangeUserPasswordAction(props) {
|
|
2761
2761
|
}) : /*#__PURE__*/React__default["default"].createElement(Button, {
|
2762
2762
|
label: label,
|
2763
2763
|
action: execute,
|
2764
|
-
outlined: true,
|
2765
2764
|
className: ""
|
2766
2765
|
});
|
2767
2766
|
};
|
@@ -2786,6 +2785,15 @@ var LOGIN_DICTIONARY = (_LOGIN_DICTIONARY = {
|
|
2786
2785
|
it: 'Conferma la nuova password',
|
2787
2786
|
fr: 'Confirmer le nouveau mot de passe'
|
2788
2787
|
},
|
2788
|
+
'Change Password': {
|
2789
|
+
en: 'Change Password',
|
2790
|
+
es: 'Cambiar Contraseña',
|
2791
|
+
de: 'Passwort ändern',
|
2792
|
+
pt: 'Alterar Senha',
|
2793
|
+
ca: 'Canviar Contrasenya',
|
2794
|
+
it: 'Cambia Password',
|
2795
|
+
fr: 'Changer le mot de passe'
|
2796
|
+
},
|
2789
2797
|
'Forgot Password': {
|
2790
2798
|
en: 'Forgot Password',
|
2791
2799
|
es: 'Olvidé mi contraseña',
|