diff options
| author | 2025-01-07 05:56:16 -0800 | |
|---|---|---|
| committer | 2025-01-07 05:56:16 -0800 | |
| commit | b0f7d0fa59e6ed18c93200ff7c829c950ccd0623 (patch) | |
| tree | 74a7bdfbf78ef030ff7ef7ddb4bce49a46c7fe4e | |
| parent | e7d5583ee7027c8180fc5674abf1165c3b23d1b6 (diff) | |
| parent | 98c9e649c04c96519b13f1b4389bb1c329673c00 (diff) | |
Merge "Updated shortcut helper title string in customization mode" into main
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index cd37c22c8bc3..a01ff3d5258f 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -3798,7 +3798,7 @@ <!-- Title at the top of the keyboard shortcut helper UI when in customize mode. The helper is a component that shows the user which keyboard shortcuts they can use. [CHAR LIMIT=NONE] --> - <string name="shortcut_helper_customize_mode_title">Customize keyboard shortcuts</string> + <string name="shortcut_helper_customize_mode_title">Customize shortcuts</string> <!-- Title at the top of the keyboard shortcut helper remove shortcut dialog. The helper is a component that shows the user which keyboard shortcuts they can use. Also allows the user to add/remove custom shortcuts.[CHAR LIMIT=NONE] --> |