Fix typo in string.

This commit is contained in:
Greyson Parrelli
2024-11-07 10:43:55 -05:00
parent 96600045ab
commit 1b4a390096

View File

@@ -7218,7 +7218,7 @@
<!-- Displayed as title in dialog when user attempts to delete the link -->
<string name="CallLinkDetailsFragment__delete_link">Delete link?</string>
<!-- Displayed as body in dialog when user attempts to delete the link -->
<string name="CallLinkDetailsFragment__this_link_will_no_longer_work">This link will no longer work for anyone who as it.</string>
<string name="CallLinkDetailsFragment__this_link_will_no_longer_work">This link will no longer work for anyone who has it.</string>
<!-- Button label for the link button in the username link settings -->
<string name="UsernameLinkSettings_link_button_label">Link</string>