Mobile: rename UI string for webservice

Trivial rename of a UI string. The string "Subsurface GPS data webservice"
reminds me too much of the legacy webservice.

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2018-09-19 09:54:11 +02:00 committed by Dirk Hohndel
parent 4fc0d9ee13
commit c11a4e4633

View file

@ -259,7 +259,7 @@ Kirigami.ScrollablePage {
width: parent.width
Kirigami.Heading {
text: qsTr("Subsurface GPS data webservice")
text: qsTr("GPS location service")
color: subsurfaceTheme.textColor
level: 4
Layout.topMargin: Kirigami.Units.largeSpacing