From e49b4ccaa1150acddd87ca9c95999c3797eb3c13 Mon Sep 17 00:00:00 2001 From: Ryan Zhao Date: Thu, 17 Nov 2022 10:02:41 +1100 Subject: [PATCH] fix missing localised string --- Session/Meta/Translations/pt_BR.lproj/Localizable.strings | 1 + 1 file changed, 1 insertion(+) diff --git a/Session/Meta/Translations/pt_BR.lproj/Localizable.strings b/Session/Meta/Translations/pt_BR.lproj/Localizable.strings index 5b43aebb9..5eece6d18 100644 --- a/Session/Meta/Translations/pt_BR.lproj/Localizable.strings +++ b/Session/Meta/Translations/pt_BR.lproj/Localizable.strings @@ -598,4 +598,5 @@ "MESSAGE_STATE_SENT" = "sent"; "YOU_DISAPPERING_MESSAGES_INFO_ENABLE" = "You have set messages to disappear %@ after they have been %@"; "YOU_DISAPPERING_MESSAGES_INFO_UPDATE" = "You have changed messages to disappear %@ after they have been %@"; +"YOU_DISAPPERING_MESSAGES_INFO_DISABLE" = "You have turned off disappearing messages"; "MESSAGE_REQUEST_PENDING_APPROVAL_INFO" = "You will be able to send voice messages and attachments once the recipient has approved this message request";