diff --git a/Signal/translations/az_AZ.lproj/Localizable.strings b/Signal/translations/az_AZ.lproj/Localizable.strings index f0b09d368..60c918b13 100644 --- a/Signal/translations/az_AZ.lproj/Localizable.strings +++ b/Signal/translations/az_AZ.lproj/Localizable.strings @@ -280,9 +280,6 @@ /* Button text to enable batch selection mode */ "BUTTON_SELECT" = "Select"; -/* Button text to enable batch selection mode */ -"BUTTON_CONTINUE" = "Continue"; - /* Alert message when calling and permissions for microphone are missing */ "CALL_AUDIO_PERMISSION_MESSAGE" = "Signal requires access to your microphone to make calls and record voice messages. You can grant this permission in the Settings app."; diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index 90c355165..847b85e13 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -798,7 +798,7 @@ "END_CALL_UNCATEGORIZED_FAILURE" = "Call Failed."; /* Error indicating that the phone's contacts could not be retrieved. */ -"ERROR_COULD_NOT_FETCH_CONTACTS" = "ERROR_COULD_NOT_FETCH_CONTACTS"; +"ERROR_COULD_NOT_FETCH_CONTACTS" = "Could not access contacts."; /* Generic notice when message failed to send. */ "ERROR_DESCRIPTION_CLIENT_SENDING_FAILURE" = "Failed to send message.";