Add bottom sheet reminder for linked devices on re-register.

This commit is contained in:
Nicholas
2023-03-02 11:32:59 -05:00
committed by Greyson Parrelli
parent 8ca8e5d8f9
commit 428ef554a3
8 changed files with 140 additions and 5 deletions

View File

@@ -543,6 +543,15 @@
<!-- ConversationTypingView -->
<string name="ConversationTypingView__plus_d">+%1$d</string>
<!-- Title for a reminder bottom sheet to users who have re-registered that they need to go back to re-link their devices. -->
<string name="RelinkDevicesReminderFragment__relink_your_devices">Re-link your devices</string>
<!-- Description for a reminder bottom sheet to users who have re-registered that they need to go back to re-link their devices. -->
<string name="RelinkDevicesReminderFragment__the_devices_you_added_were_unlinked">The devices you added were unlinked when your device was unregistered. Go to Settings to re-link any devices.</string>
<!-- Button label for the re-link devices bottom sheet reminder to navigate to the Devices page in the settings. -->
<string name="RelinkDevicesReminderFragment__open_settings">Open settings</string>
<!-- Button label for the re-link devices bottom sheet reminder to dismiss the pop up. -->
<string name="RelinkDevicesReminderFragment__later">Later</string>
<!-- CreateGroupActivity -->
<string name="CreateGroupActivity__select_members">Select members</string>