diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 3b091e9705..578c720f8c 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -210,8 +210,10 @@
Greek
The minimum BG value to be in range.
The maximum BG value to be in range.
+ max basal
Max U/hr a Temp Basal can be set to
- Maximum basal IOB OpenAPS can deliver [U]
+ Max IOB
+ Maximum basal IOB OpenAPS can deliver [U]\n\nThis will default to zero. After several days or weeks, depending on your comfort level, you may choose to adjust this number.
Bulgarian
DISMISS
Language
@@ -263,6 +265,7 @@
Temporary Target Cancel
DanaR profile settings
DIA [h]
+ Duration of Insulin Activity
Carbs absorption rate
Failed to update basal profile
History
diff --git a/app/src/main/res/xml/pref_danarprofile.xml b/app/src/main/res/xml/pref_danarprofile.xml
index b88bb60f2e..f76fc01fcd 100644
--- a/app/src/main/res/xml/pref_danarprofile.xml
+++ b/app/src/main/res/xml/pref_danarprofile.xml
@@ -7,6 +7,7 @@
android:defaultValue=""
android:key="danarprofile_dia"
android:numeric="decimal"
+ android:dialogMessage="@string/danarprofile_dia_summary"
android:title="@string/danarprofile_dia" />
+ android:dialogMessage="@string/openapsma_maxbasal_summary"
+ android:title="@string/openapsma_maxbasal_title" />
+ android:dialogMessage="@string/openapsma_maxiob_summary"
+ android:title="@string/openapsma_maxiob_title" />
\ No newline at end of file