From e22db2adbdd77978892969b532d5ac1110413a36 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Mon, 2 Oct 2017 18:20:23 -0400 Subject: [PATCH] Shorter string fits button better on small devices // FREEBIE --- Signal/translations/en.lproj/Localizable.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index 27374de4d..59137c75e 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -1623,7 +1623,7 @@ "VERIFICATION_CHALLENGE_SUBMIT_AGAIN" = "Resend Code by SMS"; /* button text during registration to submit your SMS verification code. */ -"VERIFICATION_CHALLENGE_SUBMIT_CODE" = "Submit Verification Code"; +"VERIFICATION_CHALLENGE_SUBMIT_CODE" = "Submit"; /* Label indicating the phone number currently being verified. */ "VERIFICATION_PHONE_NUMBER_FORMAT" = "Enter the verification code we sent to %@.";