summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--java/com/android/incallui/spam/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/com/android/incallui/spam/res/values/strings.xml b/java/com/android/incallui/spam/res/values/strings.xml
index 02e7225a0..a07057db9 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>