Browse Source

Change button text "Tidepool" -> "Connect to Tidepool"
- and remove uneccessary header

dsnallfot 2 years ago
parent
commit
61168397e8
1 changed files with 1 additions and 3 deletions
  1. 1 3
      FreeAPS/Sources/Modules/Settings/View/TidePoolStartView.swift

+ 1 - 3
FreeAPS/Sources/Modules/Settings/View/TidePoolStartView.swift

@@ -7,13 +7,11 @@ struct TidePoolStartView: View {
     var body: some View {
     var body: some View {
         Form {
         Form {
             Section {
             Section {
-                Text("Tidepool")
+                Text("Connect to Tidepool")
                     .onTapGesture {
                     .onTapGesture {
                         state.setupTidePool = true
                         state.setupTidePool = true
                     }
                     }
 
 
-            } header: {
-                Text("Connect to Tidepool")
             } footer: {
             } footer: {
                 Text(
                 Text(
                     "When connected, uploading of carbs, bolus, basal and glucose from Trio to your Tidepool account is enabled. \n\nUse your Tidepool credentials to login. If you dont already have a Tidepool account, you can sign up for one on the login page."
                     "When connected, uploading of carbs, bolus, basal and glucose from Trio to your Tidepool account is enabled. \n\nUse your Tidepool credentials to login. If you dont already have a Tidepool account, you can sign up for one on the login page."