diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index 468bc54d84..93a4f4fb63 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -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.";