vms-multilanguage-locals 70.0.0 → 71.0.0

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/locales/en.json +3 -1
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -2949,7 +2949,9 @@
2949
2949
  "drop_start_stop_id": "Return Start Location",
2950
2950
  "drop_end_stop_id": "Return End Location",
2951
2951
  "drop_path": "Return Path",
2952
- "route_stops": "Route Stops"
2952
+ "route_stops": "Route Stops",
2953
+ "pickup_details": "Pickup Details",
2954
+ "return_details": "Return Details"
2953
2955
  },
2954
2956
  "p_fleet_bus_schedule": {
2955
2957
  "schedule_name": "Schedule Name",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-multilanguage-locals",
3
- "version": "70.0.0",
3
+ "version": "71.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,