diff options
-rw-r--r-- | packaging/ios/Info.plist.in | 4 | ||||
-rw-r--r-- | qt-mobile/qml/main.qml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packaging/ios/Info.plist.in b/packaging/ios/Info.plist.in index 4c119bffc..4461ed291 100644 --- a/packaging/ios/Info.plist.in +++ b/packaging/ios/Info.plist.in @@ -3,7 +3,7 @@ <plist version="1.0"> <dict> <key>CFBundleDisplayName</key> - <string>Subsruface-mobile</string> + <string>Subsurface-mobile</string> <key>CFBundleExecutable</key> <string>Subsurface-mobile</string> <key>CFBundleGetInfoString</key> @@ -52,7 +52,7 @@ <key>CFBundleIdentifier</key> <string>org.subsurface-divelog.subsurface-mobile</string> <key>CFBundleName</key> - <string>Subsruface-mobile</string> + <string>Subsurface-mobile</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml index 34e4f3cff..7cb4963de 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -65,7 +65,7 @@ MobileComponents.ApplicationWindow { if (diveList.numDives > 0) { manager.startPageText = "Enter different credentials or return to dive list" } else { - manager.startPageText = "Enter valdi cloud storage credentials" + manager.startPageText = "Enter valid cloud storage credentials" } manager.credentialStatus = QMLManager.UNKNOWN |