@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.
@@ -793,7 +793,7 @@ var General = {
793
793
  },
794
794
  search_for_a_promo: {
795
795
  nl: 'Zoek naar een promo',
796
- fr: 'Rechercher une dépliant promo',
796
+ fr: 'Cherchez une dépliant promo',
797
797
  en: 'Search for a promo'
798
798
  },
799
799
  search_for_a_magazine: {
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identitybuilding/idb-react-translations",
3
- "version": "0.5.6",
3
+ "version": "0.5.8",
4
4
  "description": "This module contains all the translations for the whole Entrepreneurs Network.",
5
5
  "main": "dist/Translate.js",
6
6
  "scripts": {