Skip to content

Commit ee6354e

Browse files
committed
fix translation wording
1 parent 30e0b2a commit ee6354e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const config = {
4848

4949
// You can 'collapse' or group certain profiles to reduce the number of profiles in the panel. Instead they're listed in the settings but still a profile icon is shown.
5050
// Note: the name of the group must be the default option for this group.
51-
profile_group_mapping: {}
51+
profile_group_mapping: {},
5252
// profile_group_mapping: {
5353
// car: {
5454
// options: [

src/translation/tr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"car_settings_car":"Standard",
9999
"car_settings_car_avoid_ferry":"Avoid Ferries",
100100
"car_settings_car_avoid_motorway":"Avoid Motorways",
101-
"car_settings_car_avoid_toll":"Avoid Tolls",
101+
"car_settings_car_avoid_toll":"Avoid Tolls and Ferries",
102102
"truck_settings":"Route options (Truck)",
103103
"truck_settings_truck":"Big Truck",
104104
"truck_settings_small_truck":"Delivery Van",
@@ -1880,7 +1880,7 @@
18801880
"car_settings_car":"Standard",
18811881
"car_settings_car_avoid_ferry":"Fähren vermeiden",
18821882
"car_settings_car_avoid_motorway":"Autobahn vermeiden",
1883-
"car_settings_car_avoid_toll":"Maut vermeiden",
1883+
"car_settings_car_avoid_toll":"Maut und Fähren vermeiden",
18841884
"truck_settings":"Routenoptionen (LKW)",
18851885
"truck_settings_truck":"Großer LKW",
18861886
"truck_settings_small_truck":"Lieferwagen",

0 commit comments

Comments
 (0)