@identitybuilding/idb-react-translations 0.5.6 → 0.5.8
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.
|
@@ -324,7 +324,12 @@ var Login = {
|
|
|
324
324
|
password_successfully_changed: {
|
|
325
325
|
nl: 'Wachtwoord succesvol aangepast!',
|
|
326
326
|
fr: 'Mot de passe changé avec succès !',
|
|
327
|
-
en: 'Password successfully changed
|
|
327
|
+
en: 'Password successfully changed!'
|
|
328
|
+
},
|
|
329
|
+
please_log_in_first: {
|
|
330
|
+
nl: 'Een onderneming volgen zonder een account is niet mogelijk',
|
|
331
|
+
fr: "Suivre une entreprise sans compte n'est pas possible",
|
|
332
|
+
en: 'Following an enterprise without an account is impossible'
|
|
328
333
|
}
|
|
329
334
|
};
|
|
330
335
|
var _default = Login;
|
package/package.json
CHANGED