diff --git a/res/values/strings.xml b/res/values/strings.xml
index d3b4fd09de3..519b94141f9 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -7689,25 +7689,25 @@
Jump to Camera
- To quickly open camera, just double-tap the power button. Works from any screen.
+ To quickly open camera, just double-tap the power button. Works from any screen
Flip camera
- To switch between front and back cameras, double-twist.
+ To switch between front and back cameras, double-twist
Quick screen check
- To check your phone without waking it up fully, nudge or pick it up.
+ To check your phone without waking it up, double-tap the screen or raise the device
Swipe for notifications
- To check your notifications from any screen, swipe down on the fingerprint sensor.
+ To check your notifications from any screen, swipe down on the fingerprint sensor
On
diff --git a/res/xml/display_settings.xml b/res/xml/display_settings.xml
index e96a0506d83..0630b55216d 100644
--- a/res/xml/display_settings.xml
+++ b/res/xml/display_settings.xml
@@ -81,7 +81,7 @@
diff --git a/res/xml/gesture_settings.xml b/res/xml/gesture_settings.xml
index 5adc311e52c..78f65a6306f 100644
--- a/res/xml/gesture_settings.xml
+++ b/res/xml/gesture_settings.xml
@@ -41,6 +41,6 @@
android:key="gesture_pick_up_and_nudge"
android:title="@string/ambient_display_title"
android:summary="@string/ambient_display_summary"
- settings:animation="@raw/gesture_ambient_move_lift"/>
+ settings:animation="@raw/gesture_ambient_tap"/>
\ No newline at end of file