mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Fix typo
Ends up being "enteryour" without the space. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b468390155
commit
c259a8f6fe
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ ColumnLayout {
|
|||
Layout.fillWidth: true
|
||||
Layout.margins: Kirigami.Units.gridUnit
|
||||
Layout.topMargin: Kirigami.Units.gridUnit * 3
|
||||
text: qsTr("To use Subsurface-mobile with Subsurface cloud storage, please enter" +
|
||||
text: qsTr("To use Subsurface-mobile with Subsurface cloud storage, please enter " +
|
||||
"your cloud credentials.\n\n" +
|
||||
"To use Subsurface-mobile only with local data on this device, tap " +
|
||||
"on the no cloud icon below.")
|
||||
|
|
Loading…
Add table
Reference in a new issue