summaryrefslogtreecommitdiff
path: root/templates/account.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/account.html.ep')
-rw-r--r--templates/account.html.ep6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep
index 8df5008..7bc725f 100644
--- a/templates/account.html.ep
+++ b/templates/account.html.ep
@@ -67,7 +67,7 @@
<span style="color: #999999;">Keine</span>
% }
% if ($acc->{is_public} & 0x01) {
- Aktueller Status (nur für angemeldete Accounts)
+ Aktueller Status (nur mit Anmeldung)
% }
% elsif ($acc->{is_public} & 0x02) {
Aktueller Status
@@ -79,10 +79,10 @@
<br/>
% }
% if ($acc->{is_public} & 0x10) {
- Letzte zehn Fahrten (nur für angemeldete Accounts)
+ Vergangene Fahrten (nur mit Anmeldung)
% }
% elsif ($acc->{is_public} & 0x20) {
- Letzte zehn Fahrten
+ Vergangene Fahrten
% }
</td>
</tr>