Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mushroom-dev committed Nov 1, 2024
1 parent 33754c9 commit 3f837ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
<string name="remove_bg_readings">Remove BG readings</string>
<string name="identification_not_set">Identification not set in dev mode</string>
<string name="a11y_dialog">dialog</string>
<!-- AAPS client sms -->
<!-- AAPSClient sms -->
<string name="sms_receiver_number_dialog">If number is provided, insulin and calculator buttons will be able to send SMS command to inject bolus. Note that you still need to confirm it and reply with security token/code. Note that you need to enabled SMS control of AAPS phone to use this function.</string>
<string name="client_allow_sms">Allow AAPS client to send SMS with bolus command</string>
<string name="client_allow_sms">Allow AAPSClient to send SMS with bolus command</string>
<!-- WEAR OS-->
<string name="wear_unknown_action_string">Unknown action command:</string>
<string name="remove_selected_items">Remove selected items</string>
Expand Down
2 changes: 1 addition & 1 deletion core/ui/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
<string name="cobvsiob">COB vs IOB</string>
<string name="slowabsorptiondetected"><![CDATA[<font color=\'%1$s\'>!!!!! Slow carbs absorption detected: %2$d%% of time. Double check your calculation. COB can be overestimated thus more insulin could be given !!!!!</font>]]></string>
<string name="partialboluswizard">Deliver this part of bolus wizard result [%]</string>
<string name="sms_receiver_number">Receiver phone number for sms commands send from AAPS client phone</string>
<string name="sms_receiver_number">Receiver phone number for sms commands sent from AAPSClient phone</string>
<string name="partialboluswizard_reset_time">Old glycemia time threshold [min]</string>
<string name="bolus_constraint_applied_warn">Bolus constraint applied: %1$.2f U to %2$.2f U</string>
<string name="bolus_recorded_only">Bolus will be recorded only (not delivered by pump)</string>
Expand Down

0 comments on commit 3f837ee

Please sign in to comment.