@gov-cy/govcy-express-services 1.6.7 → 1.6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gov-cy/govcy-express-services",
3
- "version": "1.6.7",
3
+ "version": "1.6.9",
4
4
  "description": "An Express-based system that dynamically renders services using @gov-cy/govcy-frontend-renderer and posts data to a submission API.",
5
5
  "author": "DMRID - DSF Team",
6
6
  "license": "MIT",
@@ -110,12 +110,12 @@ function _uploadFileEventHandler(event) {
110
110
  var input = event.target;
111
111
  var messages = {
112
112
  "uploadSuccesful": {
113
- "el": "Το αρχείο ανεβαστηκε",
113
+ "el": "Το αρχείο ανέβηκε με επιτυχία",
114
114
  "en": "File uploaded successfully",
115
115
  "tr": "File uploaded successfully"
116
116
  },
117
117
  "uploadFailed": {
118
- "el": "Αποτυχια ανεβασης",
118
+ "el": "Το αρχείο δεν ανέβηκε",
119
119
  "en": "File upload failed",
120
120
  "tr": "File upload failed"
121
121
  },
@@ -351,8 +351,8 @@ export const staticResources = {
351
351
  params: {
352
352
  checkValue: "",
353
353
  message: {
354
- el: "Επιλέξτε ναι εάν θέλετε να χρησιμοποιήσουμε τα στοιχεία σας",
355
- en: "Select yes if you want us to use your details",
354
+ el: "Επιλέξετε αν θέλετε να χρησιμοποιηθούν τα στοιχεία που φαίνονται εδώ",
355
+ en: "Choose if you'd like to use the details shown here",
356
356
  tr: ""
357
357
  }
358
358
  }