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

DROID-3654 Notifications | Notification alert (#2392)

This commit is contained in:
Konstantin Ivanov 2025-05-20 14:55:28 +02:00 committed by GitHub
parent be265520d4
commit 83e6981c81
Signed by: github
GPG key ID: B5690EEEBB952194
12 changed files with 485 additions and 10 deletions

View file

@ -2052,4 +2052,9 @@ Please provide specific details of your needs here.</string>
<string name="onboarding_email_error">Incorrect email</string>
<string name="onboarding_name_error">Enter name</string>
<string name="notifications_modal_title">Turn on push notifications</string>
<string name="notifications_modal_description">Get notified instantly when someone messages or mentions you in your spaces.</string>
<string name="notifications_modal_success_button">Enable notifications</string>
<string name="notifications_modal_cancel_button">Not now</string>
</resources>