@bigbinary/neeto-form-frontend 4.2.8 → 4.2.9

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.
@@ -164,7 +164,8 @@
164
164
  "minOneEntity": "Ole hyvä ja lisää vähintään yksi {{entity}}",
165
165
  "emailFromRestrictedDomain": "Sähköpostit, joiden domain on {{domain}}, eivät ole hyväksyttyjä.",
166
166
  "mustBeASixDigitNumber": "{{entity}} on oltava 6 numeroinen luku",
167
- "pleaseVerifyEmail": "Ole hyvä ja vahvista sähköpostiosoitteesi"
167
+ "pleaseVerifyEmail": "Ole hyvä ja vahvista sähköpostiosoitteesi",
168
+ "emailNotVerified": "Sähköpostivahvistus on pakollinen"
168
169
  },
169
170
  "fileTypes": {
170
171
  "documents": "Dokumentit",
@@ -164,7 +164,8 @@
164
164
  "minOneEntity": "Var vänlig lägg till minst en {{entity}}",
165
165
  "emailFromRestrictedDomain": "E-post med domän {{domain}} accepteras inte.",
166
166
  "mustBeASixDigitNumber": "{{entity}} måste vara ett 6-siffrigt nummer",
167
- "pleaseVerifyEmail": "Vänligen verifiera din e-post"
167
+ "pleaseVerifyEmail": "Vänligen verifiera din e-post",
168
+ "emailNotVerified": "E-postverifiering krävs"
168
169
  },
169
170
  "fileTypes": {
170
171
  "documents": "Dokument",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-form-frontend",
3
- "version": "4.2.8",
3
+ "version": "4.2.9",
4
4
  "description": "Neeto Form Engine Frontend",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-form-nano",