aboutsummaryrefslogtreecommitdiffstats
path: root/apps/com.pelagicore.map/panels/FavDestinationButtonsPanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/com.pelagicore.map/panels/FavDestinationButtonsPanel.qml')
-rw-r--r--apps/com.pelagicore.map/panels/FavDestinationButtonsPanel.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/com.pelagicore.map/panels/FavDestinationButtonsPanel.qml b/apps/com.pelagicore.map/panels/FavDestinationButtonsPanel.qml
index 7c942abe..5ce37a4b 100644
--- a/apps/com.pelagicore.map/panels/FavDestinationButtonsPanel.qml
+++ b/apps/com.pelagicore.map/panels/FavDestinationButtonsPanel.qml
@@ -66,7 +66,7 @@ Item {
primaryText: qsTr("Home")
extendedText: homeRouteTime
//TODO: add properties to the root object to access this externally
- secondaryText: "Welandergatan 29"
+ secondaryText: qsTr("Welandergatan 29")
onClicked: root.showDestinationPoint(root.homeAddressData, secondaryText)
}
Rectangle {
@@ -85,7 +85,7 @@ Item {
primaryText: qsTr("Work")
extendedText: workRouteTime
//TODO: add properties to the root object to access this externally
- secondaryText: "Östra Hamngatan 16"
+ secondaryText: qsTr("Östra Hamngatan 16")
onClicked: root.showDestinationPoint(root.workAddressData, secondaryText)
}
}