diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-04-09 09:34:47 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-04-09 09:34:52 -0700 |
commit | e5162f81d6cd6222dbe0292ada5765619e538748 (patch) | |
tree | 3a640a12afb74bdc7493d83aabf0a4410ca8716e /mobile-widgets/qml | |
parent | 7753352e6210ae69c2a79bdf2387eaca46becc64 (diff) | |
download | subsurface-e5162f81d6cd6222dbe0292ada5765619e538748.tar.gz |
Fix typo
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r-- | mobile-widgets/qml/StartPage.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/StartPage.qml b/mobile-widgets/qml/StartPage.qml index bc136f4f0..102c2ccb7 100644 --- a/mobile-widgets/qml/StartPage.qml +++ b/mobile-widgets/qml/StartPage.qml @@ -38,7 +38,7 @@ Kirigami.ScrollablePage { "If this is the first time you use Subsurface cloud storage, enter a valid email (all lower case) " + "and a password of your choice (letters and numbers).<br/><br/>" + "To use Subsurface-mobile only with local data on this device, select " + - "the no cloud buttton above.") + "the no cloud button above.") wrapMode: Text.WordWrap } Controls.Label { |