Bladeren bron

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

dsnallfot 2 jaren geleden
bovenliggende
commit
61168397e8
1 gewijzigde bestanden met toevoegingen van 1 en 3 verwijderingen
  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."