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

Add notation about which remote type to use for Trio 0.2.x or older

marionbarker 1 год назад
Родитель
Сommit
7fdd000adf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      LoopFollow/Remote/Settings/RemoteSettingsView.swift

+ 1 - 1
LoopFollow/Remote/Settings/RemoteSettingsView.swift

@@ -37,7 +37,7 @@ struct RemoteSettingsView: View {
                         isEnabled: viewModel.isTrioDevice
                     )
 
-                    Text("Nightscout is the only option for Loop.")
+                    Text("Nightscout is the only option for Loop.\nNightscout should be used for Trio 0.2.x or older.")
                         .font(.footnote)
                         .foregroundColor(.secondary)
                 }