From 0f38f8e3eb0968b56a391181c1193ac55f7b586e Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Thu, 14 Jun 2018 10:10:48 -0400 Subject: [PATCH] localize socket timeout --- Signal/translations/en.lproj/Localizable.strings | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index a2cfc385e..e99b819e8 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -821,6 +821,9 @@ /* Error indicating that a socket request failed. */ "ERROR_DESCRIPTION_REQUEST_FAILED" = "Network request failed."; +/* Error indicating that a socket request timed out. */ +"ERROR_DESCRIPTION_REQUEST_TIMED_OUT" = "Network request timed out."; + /* Error indicating that a socket response failed. */ "ERROR_DESCRIPTION_RESPONSE_FAILED" = "Invalid response from service.";