Merge "This text is for dismiss button in dialog that's to dismiss the dialog after a call, instead of to hang up the call."
diff --git a/java/com/android/incallui/spam/res/values/strings.xml b/java/com/android/incallui/spam/res/values/strings.xml
index 02e7225..a07057d 100644
--- a/java/com/android/incallui/spam/res/values/strings.xml
+++ b/java/com/android/incallui/spam/res/values/strings.xml
@@ -48,7 +48,7 @@
   <!-- Text for the marking a call as not spam in the after call dialog. [CHAR LIMIT=40] -->
   <string name="spam_notification_dialog_was_not_spam_action_text">Not spam</string>
 
-  <!-- Label for "Dismiss" notification action. [CHAR LIMIT=12] -->
-  <string name="spam_notification_action_dismiss">Decline</string>
+  <!-- Label for "Dismiss" dialog action. [CHAR LIMIT=12] -->
+  <string name="spam_notification_action_dismiss">Dismiss</string>
 
 </resources>