Add wiring and notification for out of remote space error.

This commit is contained in:
Alex Hart
2025-06-16 13:14:33 -03:00
committed by Michelle Tang
parent fed6a0db5e
commit b35b1db4bc
8 changed files with 79 additions and 14 deletions

View File

@@ -8586,5 +8586,10 @@
<!-- Accessibility label describing an unchecked checkbox. -->
<string name="SignalCheckbox_accessibility_unchecked_description">Unticked</string>
<!-- Notification title for when user is out of remote storage -->
<string name="Notification_backup_storage_full">Backup storage full</string>
<!-- Notification body for when user is out of remote storage -->
<string name="Notification_youve_reached_your_backup_storage_limit">You\'ve reached your backup storage limit. Free up space in Signal to continue backing up chats and media.</string>
<!-- EOF -->
</resources>