Bladeren bron

update iAPS references

Kyle McWhirter 2 jaren geleden
bovenliggende
commit
98e6217f6e
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      FreeAPS/Sources/Shortcuts/State/ListStateIntent.swift

+ 1 - 1
FreeAPS/Sources/Shortcuts/State/ListStateIntent.swift

@@ -13,7 +13,7 @@ import Foundation
     )
 
     static var parameterSummary: some ParameterSummary {
-        Summary("List all states of iAPS")
+        Summary("List all states of Open-iAPS")
     }
 
     @MainActor func perform() async throws -> some ReturnsValue<StateiAPSResults> & ShowsSnippetView {