|
|
@@ -22,7 +22,7 @@ struct PairPodView: View {
|
|
|
|
|
|
HStack {
|
|
|
InstructionList(instructions: [
|
|
|
- LocalizedString("Fill a new pod with U-100 Insulin (leave blue Pod needle cap on).", comment: "Label text for step 1 of pair pod instructions"),
|
|
|
+ LocalizedString("Remove the Pod's blue needle cap and check cannula. Then remove paper backing.", comment: "Label text for step 1 of pair pod instructions"),
|
|
|
LocalizedString("Listen for 2 beeps.", comment: "Label text for step 2 of pair pod instructions")
|
|
|
])
|
|
|
.disabled(viewModel.state.instructionsDisabled)
|