diff --git a/README.md b/README.md
index b2cb349ed..f133cb7aa 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ Clock is a privacy-conscious open-source clock, based on AOSP Clock.
* Flip and shake action to dismiss/postpone alarm;
* Turn off/postpone the alarm with the power button or volume buttons;
* For Snapdragon phones only, the alarm is triggered when the phone is switched off;
+ * Unfortunately, this feature may not work on some devices despite the presence of the _“com.qualcomm.qti.poweroffalarm”_ system app. See the discussion [here](https://github.com/BlackyHawky/Clock/issues/88).
* Swipe to delete an alarm;
* Duplicate alarms;
* Customizable alarm title;
@@ -35,11 +36,12 @@ Clock is a privacy-conscious open-source clock, based on AOSP Clock.
* Customizable screensaver;
* Modern widgets;
* Customizable widgets;
+* Backup and restore settings;
* Material design;
* Dynamic colors for Android 12+;
## Common Issues
-* Problem encountered with bedtime mode as this is an experimental feature;;
+* Problem encountered with bedtime mode as this is an experimental feature;
* Maybe other things, but nothing about the alarm's functionality.
⚠ _As I'm not an expert developer, some problems may unfortunately not be solved without help._ ⚠
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 51e23e361..13d2b5c3a 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -873,7 +873,7 @@
• Flip and shake action to dismiss/postpone alarm;
\n\n• Turn off/postpone the alarm with the power button or volume buttons;
- \n\n• For Snapdragon phones only, the alarm is triggered when the phone is switched off;
+ \n\n• For some Snapdragon devices only, the alarm is triggered when they are switched off;
\n\n• Swipe to delete an alarm;
\n\n• Duplicate alarms;
\n\n• Customize alarm title;
@@ -888,6 +888,7 @@
\n\n• Customizable screensaver;
\n\n• Modern widgets;
\n\n• Customizable widgets;
+ \n\n• Backup and restore settings;
\n\n• Material design;
\n\n• Dynamic colors for Android 12+;