Kaynağa Gözat

SettingsRootView.swift: Display Open-iAPS along with version number in Settings

bjornoleh 2 yıl önce
ebeveyn
işleme
3bb5dab12d

+ 2 - 2
FreeAPS/Sources/Modules/Settings/View/SettingsRootView.swift

@@ -16,12 +16,12 @@ extension Settings {
                 header: {
                 header: {
                     if let expirationDate = Bundle.main.profileExpiration {
                     if let expirationDate = Bundle.main.profileExpiration {
                         Text(
                         Text(
-                            "iAPS v\(state.versionNumber) (\(state.buildNumber))\nBranch: \(state.branch) \(state.copyrightNotice)" +
+                            "Open-iAPS v\(state.versionNumber) (\(state.buildNumber))\nBranch: \(state.branch) \(state.copyrightNotice)" +
                                 "\nBuild Expires: " + expirationDate
                                 "\nBuild Expires: " + expirationDate
                         ).textCase(nil)
                         ).textCase(nil)
                     } else {
                     } else {
                         Text(
                         Text(
-                            "iAPS v\(state.versionNumber) (\(state.buildNumber))\nBranch: \(state.branch) \(state.copyrightNotice)"
+                            "Open-iAPS v\(state.versionNumber) (\(state.buildNumber))\nBranch: \(state.branch) \(state.copyrightNotice)"
                         )
                         )
                     }
                     }
                 }
                 }