suppressing unused string resource

This commit is contained in:
Adam Brown 2022-07-05 11:17:10 +01:00
parent 3c092c4e2a
commit 03202080b3
1 changed files with 2 additions and 0 deletions

View File

@ -1814,6 +1814,8 @@
<string name="error_file_too_big_simple">"The file is too large to upload."</string> <string name="error_file_too_big_simple">"The file is too large to upload."</string>
<!-- TODO Remove key -->
<!--suppress UnusedResources -->
<string name="error_attachment">"An error occurred while retrieving the attachment."</string> <string name="error_attachment">"An error occurred while retrieving the attachment."</string>
<string name="attachment_type_dialog_title">"Add image from"</string> <string name="attachment_type_dialog_title">"Add image from"</string>
<string name="attachment_type_file">"File"</string> <string name="attachment_type_file">"File"</string>