summaryrefslogtreecommitdiff
path: root/templates/layouts
diff options
context:
space:
mode:
authorTim <67682506+Ein-Tim@users.noreply.github.com>2025-08-19 22:13:39 +0200
committerBirte Friesel <derf@chaosdorf.de>2025-08-24 20:43:19 +0200
commitca1c25e0e61f15ca629c8bf59af48b1e5f104be2 (patch)
treef1ced266735d348960119659f23f77ddcd479702 /templates/layouts
parenta8dd564d1979aee43000efc1f2aab4ba17f5f990 (diff)
Improve wording and remove train refernces
This commit improves the wording on some pages and adjusts some pages to make clear that travelynx also supports non train journeys. Co-Authored-By: Birte Friesel <38589+derf@users.noreply.github.com>
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/default.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index ec3b5e0..701c67d 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -90,7 +90,7 @@
</div>
</li>
% if ($acc) {
- <li class="<%= navbar_class('/history') %>"><a href='/history' title="Vergangene Zugfahrten"><i class="material-icons" aria-label="Vergangene Zugfahrten">history</i></a></li>
+ <li class="<%= navbar_class('/history') %>"><a href='/history' title="Vergangene Fahrten"><i class="material-icons" aria-label="Vergangene Fahrten">history</i></a></li>
<li class="<%= navbar_class('/account') %>"><a href="/account" title="Account"><i class="material-icons" aria-label="Account"><%= $acc->{notifications} ? 'notifications' : 'account_circle' %></i></a></li>
% }
% else {