Commit ed75e031 authored by youjie's avatar youjie
parents 6cea2b84 57654050
...@@ -2187,7 +2187,7 @@ ...@@ -2187,7 +2187,7 @@
} }
if (x.airportPickUp == 0 || x.airportPickUp == 0) { if (x.airportPickUp == 0 || x.airportPickUp == 0) {
if (x.isUseBus == 0) { if (x.isUseBus == 0) {
this.tripDays[index].TrifficType = this.$t('fn.no') this.tripDays[index].TrifficType = this.$t('fnc.no')
} }
} }
}); });
......
...@@ -2484,7 +2484,7 @@ ...@@ -2484,7 +2484,7 @@
} }
if (x.airportPickUp == 0 || x.airportPickUp == 0) { if (x.airportPickUp == 0 || x.airportPickUp == 0) {
if (x.isUseBus == 0) { if (x.isUseBus == 0) {
this.tripDays[index].TrifficType = this.$t('fn.no') this.tripDays[index].TrifficType = this.$t('fnc.no')
} }
} }
}); });
......
...@@ -2052,7 +2052,7 @@ ...@@ -2052,7 +2052,7 @@
} }
if (x.airportPickUp == 0 || x.airportPickUp == 0) { if (x.airportPickUp == 0 || x.airportPickUp == 0) {
if (x.isUseBus == 0) { if (x.isUseBus == 0) {
this.tripDays[index].TrifficType = this.$t('fn.no') this.tripDays[index].TrifficType = this.$t('fnc.no')
} }
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment