diff options
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index ff459e92ca28..f96c4431a7e6 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -2061,8 +2061,9 @@ <!-- Text shown in notification guts for conversation notifications that don't implement the full feature --> <string name="no_shortcut"><xliff:g id="app_name" example="YouTube">%1$s</xliff:g> doesn\u2019t support conversation features</string> + <!-- TODO: b/381099727 - Mark translatable once feedback layout is finalized. --> <!-- [CHAR LIMIT=80] Text shown in feedback button in notification guts for a bundled notification --> - <string name="notification_guts_bundle_feedback">Provide Bundle Feedback</string> + <string name="notification_guts_bundle_feedback" translatable="false">Provide Bundle Feedback</string> <!-- Notification: Control panel: Label that displays when the app's notifications cannot be blocked. --> <string name="notification_unblockable_desc">These notifications can\'t be modified.</string> |