Require valid link url for story test posts.

This commit is contained in:
Cody Henthorne
2022-10-17 15:39:03 -04:00
committed by Greyson Parrelli
parent 94f135ac38
commit 2f2711c9a3
3 changed files with 20 additions and 7 deletions

View File

@@ -4980,6 +4980,8 @@
<string name="TextStoryPostSendFragment__search">Search</string>
<!-- Toast shown when an unexpected error occurs while sending a text story -->
<string name="TextStoryPostSendFragment__an_unexpected_error_occurred_try_again">An unexpected error occurred</string>
<!-- Toast shown when a trying to add a link preview to a text story post and the link/url is not valid (e.g., missing .com at the end) -->
<string name="TextStoryPostSendFragment__please_enter_a_valid_link">Please enter a valid link.</string>
<!-- Title for screen allowing user to exclude "My Story" entries from specific people -->
<string name="ChangeMyStoryMembershipFragment__all_except">All except…</string>
<!-- Title for screen allowing user to only share "My Story" entries with specific people -->