diff --git a/app/lang/nl/client.php b/app/lang/nl/client.php index b5e13075..72bc6c6d 100644 --- a/app/lang/nl/client.php +++ b/app/lang/nl/client.php @@ -4,8 +4,8 @@ // New translation strings "planNewRoute" => "Plan nieuwe route", "searchStations" => "Zoek naar stations", - "typeToStation" => "Typ bestemming stationsnaam", - "typeFromStation" => "Typ vertrek stationsnaam", + "typeToStation" => "Typ bestemmingstation", + "typeFromStation" => "Typ vertrekstation", "chooseDate" => "Kies uw gewenste datum", "chooseTime" => "Kies uw gewenste tijdstip", "confirmSearch" => "Zoek naar treinen", diff --git a/app/views/core/navigation.blade.php b/app/views/core/navigation.blade.php index 4b138dfb..1e9b0f1a 100644 --- a/app/views/core/navigation.blade.php +++ b/app/views/core/navigation.blade.php @@ -11,7 +11,7 @@
diff --git a/app/views/route/planner.blade.php b/app/views/route/planner.blade.php index d4174273..83b9e2d1 100644 --- a/app/views/route/planner.blade.php +++ b/app/views/route/planner.blade.php @@ -6,7 +6,7 @@