We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39612d2 commit 70d5179Copy full SHA for 70d5179
1 file changed
core/res/res/values/fh_strings.xml
@@ -47,6 +47,6 @@
47
<string name="global_action_screenrecord">Screenrecord</string>
48
49
<!-- Clipboard access toast -->
50
- <string name="app_clipboard_access_denied">%1$s tried to access the clipboard and was denied</string>
51
- <string name="app_clipboard_access_granted">%1$s tried to access the clipboard and was granted</string>
+ <string name="app_clipboard_access_denied">%1$s was denied access to the clipboard</string>
+ <string name="app_clipboard_access_granted">%1$s was granted access to the clipboard</string>
52
</resources>
0 commit comments