mirror of
https://github.com/owntracks/frontend.git
synced 2026-05-13 03:46:33 +00:00
Change distance travelled label to title
See https://github.com/owntracks/frontend/issues/22#issuecomment-583698919
This commit is contained in:
@@ -99,14 +99,11 @@
|
||||
</nav>
|
||||
<nav class="nav-shrink">
|
||||
<div
|
||||
class="nav-item"
|
||||
v-if="$config.showDistanceTravelled && distanceTravelled"
|
||||
class="nav-item"
|
||||
:title="$t('Distance travelled')"
|
||||
>
|
||||
{{
|
||||
$t("Distance travelled: {distance}", {
|
||||
distance: humanReadableDistance(distanceTravelled),
|
||||
})
|
||||
}}
|
||||
{{ humanReadableDistance(distanceTravelled) }}
|
||||
</div>
|
||||
<div class="nav-item">
|
||||
<button
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"Select user": "Benutzer auswählen",
|
||||
"Show all": "Alle anzeigen",
|
||||
"Select device": "Gerät auswählen",
|
||||
"Distance travelled: {distance}": "Gereiste Entfernung: {distance}",
|
||||
"Distance travelled": "Gereiste Entfernung",
|
||||
"Download raw data": "Rohdaten herunterladen",
|
||||
"Information": "Information",
|
||||
"Show last known locations": "Zeige letzte bekannte Standorte",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"Select user": "Select user",
|
||||
"Show all": "Show all",
|
||||
"Select device": "Select device",
|
||||
"Distance travelled: {distance}": "Distance travelled: {distance}",
|
||||
"Distance travelled": "Distance travelled",
|
||||
"Download raw data": "Download raw data",
|
||||
"Information": "Information",
|
||||
"Show last known locations": "Show last known locations",
|
||||
|
||||
Reference in New Issue
Block a user