diff options
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 496b787f..3fe9b283 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -82,6 +82,7 @@ <string name="action_share_link">Share Link</string> <string name="action_copy_link">Copy Link</string> <string name="action_add_to_post_filter">Add to Post Filter</string> + <string name="action_delete_logs">Delete Logs</string> <string name="parse_json_response_error">Error occurred when parsing the JSON response</string> <string name="retrieve_token_error">Error Retrieving the token</string> @@ -1094,4 +1095,6 @@ <string name="suggest_title">Suggest Title</string> <string name="suggest_title_failed">Failed to suggest a title</string> + <string name="crash_reports_deleted">Crash reports are deleted</string> + </resources> |