Просмотр исходного кода

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

dsnallfot 2 лет назад
Родитель
Сommit
61168397e8
1 измененных файлов с 1 добавлено и 3 удалено
  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."