Add strings for 'Get started' banner

This commit is contained in:
Michelle Linington 2021-01-11 11:52:59 -08:00
parent b3d6522b06
commit 1d2e591e38

View File

@ -1453,6 +1453,15 @@
/* A label for generic attachments. */
"GENERIC_ATTACHMENT_LABEL" = "Attachment";
/* Title for the 'Get Started' banner */
"GET_STARTED_BANNER_TITLE" = "Get started";
/* 'Get Started' button directing users to invite friends */
"GET_STARTED_CARD_INVITE_FRIENDS" = "Invite friends";
/* 'Get Started' button directing users to create a group' */
"GET_STARTED_CARD_NEW_GROUP" = "New group";
/* Error displayed when there is a failure fetching a GIF from the remote service. */
"GIF_PICKER_ERROR_FETCH_FAILURE" = "Failed to fetch the requested GIF. Please verify you are online.";