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

DROID-3659 Multiplayer | Support link without approve, fixes (#2445)

This commit is contained in:
Konstantin Ivanov 2025-05-23 16:05:41 +02:00 committed by GitHub
parent 55e430c70b
commit bd9ccaff50
Signed by: github
GPG key ID: B5690EEEBB952194
4 changed files with 101 additions and 9 deletions

View file

@ -1361,6 +1361,9 @@
<string name="multiplayer_request_to_join_without_approve_title">Join %1$s</string>
<string name="multiplayer_request_to_join_without_approve_desc">You\'ve been invited to join %1$s, created by %2$s</string>
<string name="multiplayer_request_to_join_without_approve_button">Join Space</string>
<string name="multiplayer_request_to_join_sent_title">Request sent</string>
<string name="multiplayer_request_to_join_sent_description">You will receive a notification when the space owner will approve your request.</string>
<string name="multiplayer_request_to_join_btn_manage_spaces">Manage spaces</string>
<string name="multiplayer_request_to_join_loading_text"> Hang tight — were setting things up for you. This should only take a moment.</string>