Skip to content

Commit

Permalink
Change string
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-b-m authored Sep 18, 2024
1 parent 32c3369 commit d76297b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,9 @@ Enact a temp Basal or a temp target */
/* Treatments list */
"Treatments" = "Treatments";

/* Hypo Treatment Preset */
"Treatment" = "Treatment";

/* " min" in Treatments list */
" min" = " min";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ extension Settings {

Section {
HStack {
Picker("Treatment Preset", selection: $state.profileID) {
Picker("Treatment", selection: $state.profileID) {
Text("Default 📉").tag("Hypo Treatment")
ForEach(fetchedProfiles) { item in
Text(item.name ?? "").tag(item.id)
Expand Down

0 comments on commit d76297b

Please sign in to comment.