swissdev-tech-tags 0.0.170 → 0.0.171

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -351,7 +351,7 @@ const perkTagsTranslated = {
351
351
  weeksvacation5: "5 weken vakantie",
352
352
  weeksvacation6: "6 weken vakantie",
353
353
  buymorevacation: "Optie om vakantiedagen bij te kopen",
354
- unlimitedvacation: "Onbeperkte vakantie",
354
+ unlimitedvacation: "Onbeperkt vakantiedagen",
355
355
  accinsurance: "Ongevallenverzekering",
356
356
  wweek35: "35-urige werkweek",
357
357
  wweek40: "40-urige werkweek",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swissdev-tech-tags",
3
- "version": "0.0.170",
3
+ "version": "0.0.171",
4
4
  "author": "Vrq",
5
5
  "repository": "https://github.com/Vrq/tech-tags",
6
6
  "main": "index.js",