Update devices screen after linking a new device.

This commit is contained in:
Michelle Tang
2024-06-07 09:34:44 -07:00
committed by Alex Hart
parent 7bd5ad8c0b
commit 7086709082
7 changed files with 103 additions and 39 deletions

View File

@@ -881,6 +881,10 @@
<string name="LinkDeviceFragment__unlink">Unlink</string>
<!-- Toast message indicating a device has been unlinked where %s is the name of the device -->
<string name="LinkDeviceFragment__s_unlinked">%s unlinked</string>
<!-- Progress dialog message indicating that a device is currently being linked with an account -->
<string name="LinkDeviceFragment__linking_device">Linking device…</string>
<!-- Toast message shown after a device has been linked -->
<string name="LinkDeviceFragment__device_approved">Device approved</string>
<!-- AddLinkDeviceFragment -->
<!-- Description text shown on the QR code scanner when linking a device -->