1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-3293 Notifications | Fix | The notification that space was deleted should have title (#2050)

This commit is contained in:
Evgenii Kozlov 2025-01-31 14:57:32 +01:00 committed by Evgenii Kozlov
parent b4c49dd773
commit a86560a800
2 changed files with 6 additions and 1 deletions

View file

@ -1407,6 +1407,7 @@
<string name="multiplayer_notification_member_request_approved">Request approved</string>
<string name="multiplayer_notification_member_request_approved_with_read_only_rights">Your request to join the %1$s space has been approved with read-only access rights. The space will be available on your device soon.</string>
<string name="multiplayer_notification_member_request_approved_with_edit_rights">Your request to join the %1$s space has been approved with edit access rights. The space will be available on your device soon.</string>
<string name="multiplayer_notification_member_removed_from_space_title">The space is no longer accessible.</string>
<string name="multiplayer_notification_member_removed_from_space">You have been removed from the space, or the space was deleted by the owner.</string>
<string name="multiplayer_notification_member_permissions_changed">Permissions changed</string>
<string name="multiplayer_notification_member_permission_change_read">Your access rights were changed to read-only in the %1$s space.</string>