diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 20fa1e5f..2c0ce517 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -24,6 +24,8 @@
This configuration will be controlled by the quick settings tile
Private key
Public key
+ Restore on boot
+ Restore previously enabled configurations on boot
Save
Settings
Status
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 09c32942..95683a16 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -4,4 +4,9 @@
android:key="primary_config"
android:summary="@string/primary_config_summary"
android:title="@string/primary_config" />
+