Make logout notification string shorter

Bug: 22733436
Change-Id: I0eb144864075bb33a472b856574ddf947cf57a80
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index e392c11..190894c 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -856,7 +856,7 @@
     <string name="user_logout_notification_title">Logout user</string>
 
     <!-- Text of the notification shown to logout the current user [CHAR LIMIT=60] -->
-    <string name="user_logout_notification_text">To logout the current user, stop user applications.</string>
+    <string name="user_logout_notification_text">Logout current user</string>
 
     <!-- Logout action in the notification shown to logout the current user [CHAR LIMIT=30] -->
     <string name="user_logout_notification_action">LOGOUT USER</string>