Change "Archived" notifications to "Read" notifications (#3554)

* Change archived to read

* Change string names
This commit is contained in:
Anmol Gupta 2020-03-20 19:50:20 +05:30 committed by GitHub
parent fb51fc618a
commit a63a3580de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 130 additions and 130 deletions

View file

@ -393,7 +393,7 @@
<string name="contributions_fragment">Contributions</string>
<string name="nearby_fragment">Nearby</string>
<string name="notifications">Notifications</string>
<string name="archived_notifications">Notifications (archived)</string>
<string name="read_notifications">Notifications (read)</string>
<string name="display_nearby_notification">Display nearby notification</string>
<string name="display_nearby_notification_summary">Tap here to see the nearest place that needs pictures</string>
<string name="no_close_nearby">No nearby places found close to you</string>
@ -521,9 +521,9 @@ Upload your first media by tapping on the add button.</string>
<string name="no_image_uploaded">No images uploaded</string>
<string name="no_notification">You have no unread notifications</string>
<string name="no_archived_notification">You have no archived notifications</string>
<string name="no_read_notification">You have no read notifications</string>
<string name="share_logs_using">Share logs using</string>
<string name="menu_option_archived">View archived</string>
<string name="menu_option_read">View read</string>
<string name="menu_option_unread">View unread</string>
<string name="error_occurred_in_picking_images">Error occurred while picking images</string>