From 1d2e591e38302ffb578cc88bc2a31f405fca7576 Mon Sep 17 00:00:00 2001 From: Michelle Linington Date: Mon, 11 Jan 2021 11:52:59 -0800 Subject: [PATCH] Add strings for 'Get started' banner --- Signal/translations/en.lproj/Localizable.strings | 9 +++++++++ 1 file changed, 9 insertions(+) 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.";