diff --git a/Session/Conversations/Context Menu/ContextMenuVC+Action.swift b/Session/Conversations/Context Menu/ContextMenuVC+Action.swift index ea849b1b0..53df9b8c4 100644 --- a/Session/Conversations/Context Menu/ContextMenuVC+Action.swift +++ b/Session/Conversations/Context Menu/ContextMenuVC+Action.swift @@ -86,7 +86,7 @@ extension ContextMenuVC { static func copySessionID(_ cellViewModel: MessageViewModel, _ delegate: ContextMenuActionDelegate?) -> Action { return Action( icon: UIImage(named: "ic_copy"), - title: "vc_conversation_settings_copy_session_id_button_title".localized(), + title: "accountIDCopy".localized(), accessibilityLabel: "Copy Session ID" ) { delegate?.copySessionID(cellViewModel) } diff --git a/Session/Conversations/Settings/ThreadSettingsViewModel.swift b/Session/Conversations/Settings/ThreadSettingsViewModel.swift index 276575511..67a462747 100644 --- a/Session/Conversations/Settings/ThreadSettingsViewModel.swift +++ b/Session/Conversations/Settings/ThreadSettingsViewModel.swift @@ -344,7 +344,7 @@ class ThreadSettingsViewModel: SessionTableViewModel, NavigationItemSource, Navi ), title: (threadViewModel.threadVariant == .community ? "COPY_GROUP_URL".localized() : - "vc_conversation_settings_copy_session_id_button_title".localized() + "accountIDCopy".localized() ), accessibility: Accessibility( identifier: "\(ThreadSettingsViewModel.self).copy_thread_id", diff --git a/Session/Conversations/Views & Modals/MessageRequestFooterView.swift b/Session/Conversations/Views & Modals/MessageRequestFooterView.swift index 55742ce08..66a5a1f30 100644 --- a/Session/Conversations/Views & Modals/MessageRequestFooterView.swift +++ b/Session/Conversations/Views & Modals/MessageRequestFooterView.swift @@ -162,7 +162,7 @@ class MessageRequestFooterView: UIView { ) self.descriptionLabel.text = (threadRequiresApproval ? "MESSAGE_REQUEST_PENDING_APPROVAL_INFO".localized() : - "MESSAGE_REQUESTS_INFO".localized() + "messageRequestsAcceptDescription".localized() ) self.actionStackView.isHidden = threadRequiresApproval self.messageRequestDescriptionLabelBottomConstraint?.constant = (threadRequiresApproval ? -4 : -20) diff --git a/Session/Meta/Translations/ar.lproj/Localizable.strings b/Session/Meta/Translations/ar.lproj/Localizable.strings index b2d7118f2..71be2288d 100644 --- a/Session/Meta/Translations/ar.lproj/Localizable.strings +++ b/Session/Meta/Translations/ar.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/be.lproj/Localizable.strings b/Session/Meta/Translations/be.lproj/Localizable.strings index 11bbf7ef0..b434d965a 100644 --- a/Session/Meta/Translations/be.lproj/Localizable.strings +++ b/Session/Meta/Translations/be.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/bg.lproj/Localizable.strings b/Session/Meta/Translations/bg.lproj/Localizable.strings index 5cc45dba2..c1ef0f5c9 100644 --- a/Session/Meta/Translations/bg.lproj/Localizable.strings +++ b/Session/Meta/Translations/bg.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/bn.lproj/Localizable.strings b/Session/Meta/Translations/bn.lproj/Localizable.strings index cf0698fe0..336e3a605 100644 --- a/Session/Meta/Translations/bn.lproj/Localizable.strings +++ b/Session/Meta/Translations/bn.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/cs.lproj/Localizable.strings b/Session/Meta/Translations/cs.lproj/Localizable.strings index 3d0fecf59..30b40ca28 100644 --- a/Session/Meta/Translations/cs.lproj/Localizable.strings +++ b/Session/Meta/Translations/cs.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/da.lproj/Localizable.strings b/Session/Meta/Translations/da.lproj/Localizable.strings index 3ca077be9..d57f9bb43 100644 --- a/Session/Meta/Translations/da.lproj/Localizable.strings +++ b/Session/Meta/Translations/da.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/de.lproj/Localizable.strings b/Session/Meta/Translations/de.lproj/Localizable.strings index 9904652bb..ba88882a7 100644 --- a/Session/Meta/Translations/de.lproj/Localizable.strings +++ b/Session/Meta/Translations/de.lproj/Localizable.strings @@ -1108,6 +1108,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1124,3 +1126,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/el.lproj/Localizable.strings b/Session/Meta/Translations/el.lproj/Localizable.strings index e1b7664c0..e70107513 100644 --- a/Session/Meta/Translations/el.lproj/Localizable.strings +++ b/Session/Meta/Translations/el.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/en.lproj/Localizable.strings b/Session/Meta/Translations/en.lproj/Localizable.strings index e4ed6dfaf..964dd08ae 100644 --- a/Session/Meta/Translations/en.lproj/Localizable.strings +++ b/Session/Meta/Translations/en.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/eo.lproj/Localizable.strings b/Session/Meta/Translations/eo.lproj/Localizable.strings index c4aa09319..f538ba0fd 100644 --- a/Session/Meta/Translations/eo.lproj/Localizable.strings +++ b/Session/Meta/Translations/eo.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/es-ES.lproj/Localizable.strings b/Session/Meta/Translations/es-ES.lproj/Localizable.strings index bb8f800fc..14d9e82be 100644 --- a/Session/Meta/Translations/es-ES.lproj/Localizable.strings +++ b/Session/Meta/Translations/es-ES.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/fa.lproj/Localizable.strings b/Session/Meta/Translations/fa.lproj/Localizable.strings index 742e8f667..f9bdb7235 100644 --- a/Session/Meta/Translations/fa.lproj/Localizable.strings +++ b/Session/Meta/Translations/fa.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/fi.lproj/Localizable.strings b/Session/Meta/Translations/fi.lproj/Localizable.strings index 629b27af7..5701a0b11 100644 --- a/Session/Meta/Translations/fi.lproj/Localizable.strings +++ b/Session/Meta/Translations/fi.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/fil.lproj/Localizable.strings b/Session/Meta/Translations/fil.lproj/Localizable.strings index 1ac3122b4..c017b4bbb 100644 --- a/Session/Meta/Translations/fil.lproj/Localizable.strings +++ b/Session/Meta/Translations/fil.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/fr.lproj/Localizable.strings b/Session/Meta/Translations/fr.lproj/Localizable.strings index 3cd6bd568..56bd73cdd 100644 --- a/Session/Meta/Translations/fr.lproj/Localizable.strings +++ b/Session/Meta/Translations/fr.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/hi.lproj/Localizable.strings b/Session/Meta/Translations/hi.lproj/Localizable.strings index 34ee49bca..adaf068ba 100644 --- a/Session/Meta/Translations/hi.lproj/Localizable.strings +++ b/Session/Meta/Translations/hi.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/hr.lproj/Localizable.strings b/Session/Meta/Translations/hr.lproj/Localizable.strings index eb6f10805..57fb29457 100644 --- a/Session/Meta/Translations/hr.lproj/Localizable.strings +++ b/Session/Meta/Translations/hr.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/hu.lproj/Localizable.strings b/Session/Meta/Translations/hu.lproj/Localizable.strings index ad4a9e3b6..bdbb936d8 100644 --- a/Session/Meta/Translations/hu.lproj/Localizable.strings +++ b/Session/Meta/Translations/hu.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/id.lproj/Localizable.strings b/Session/Meta/Translations/id.lproj/Localizable.strings index 4ccb27a36..22a0cc295 100644 --- a/Session/Meta/Translations/id.lproj/Localizable.strings +++ b/Session/Meta/Translations/id.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/it.lproj/Localizable.strings b/Session/Meta/Translations/it.lproj/Localizable.strings index ca829a3d3..baba9fc68 100644 --- a/Session/Meta/Translations/it.lproj/Localizable.strings +++ b/Session/Meta/Translations/it.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/ja.lproj/Localizable.strings b/Session/Meta/Translations/ja.lproj/Localizable.strings index 2913761a5..770cd4049 100644 --- a/Session/Meta/Translations/ja.lproj/Localizable.strings +++ b/Session/Meta/Translations/ja.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/ko.lproj/Localizable.strings b/Session/Meta/Translations/ko.lproj/Localizable.strings index a484c2ffd..fb1534a9c 100644 --- a/Session/Meta/Translations/ko.lproj/Localizable.strings +++ b/Session/Meta/Translations/ko.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/ku.lproj/Localizable.strings b/Session/Meta/Translations/ku.lproj/Localizable.strings index 35a15b23a..2806bea76 100644 --- a/Session/Meta/Translations/ku.lproj/Localizable.strings +++ b/Session/Meta/Translations/ku.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/lt.lproj/Localizable.strings b/Session/Meta/Translations/lt.lproj/Localizable.strings index b156fcbdf..ea927043f 100644 --- a/Session/Meta/Translations/lt.lproj/Localizable.strings +++ b/Session/Meta/Translations/lt.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/lv.lproj/Localizable.strings b/Session/Meta/Translations/lv.lproj/Localizable.strings index ef0a199f1..a690f7745 100644 --- a/Session/Meta/Translations/lv.lproj/Localizable.strings +++ b/Session/Meta/Translations/lv.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/ne-NP.lproj/Localizable.strings b/Session/Meta/Translations/ne-NP.lproj/Localizable.strings index 5d7cb06e9..e3e3de769 100644 --- a/Session/Meta/Translations/ne-NP.lproj/Localizable.strings +++ b/Session/Meta/Translations/ne-NP.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/nl.lproj/Localizable.strings b/Session/Meta/Translations/nl.lproj/Localizable.strings index e615e8a74..f79bba3ce 100644 --- a/Session/Meta/Translations/nl.lproj/Localizable.strings +++ b/Session/Meta/Translations/nl.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/no.lproj/Localizable.strings b/Session/Meta/Translations/no.lproj/Localizable.strings index a762b9715..6ff58c06b 100644 --- a/Session/Meta/Translations/no.lproj/Localizable.strings +++ b/Session/Meta/Translations/no.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/pl.lproj/Localizable.strings b/Session/Meta/Translations/pl.lproj/Localizable.strings index 94397a897..426443241 100644 --- a/Session/Meta/Translations/pl.lproj/Localizable.strings +++ b/Session/Meta/Translations/pl.lproj/Localizable.strings @@ -1108,6 +1108,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1124,3 +1126,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/pt-BR.lproj/Localizable.strings b/Session/Meta/Translations/pt-BR.lproj/Localizable.strings index e00c8bd82..3740127ee 100644 --- a/Session/Meta/Translations/pt-BR.lproj/Localizable.strings +++ b/Session/Meta/Translations/pt-BR.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/pt-PT.lproj/Localizable.strings b/Session/Meta/Translations/pt-PT.lproj/Localizable.strings index 98accae8a..23f4de76b 100644 --- a/Session/Meta/Translations/pt-PT.lproj/Localizable.strings +++ b/Session/Meta/Translations/pt-PT.lproj/Localizable.strings @@ -1113,6 +1113,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1129,3 +1131,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/ro.lproj/Localizable.strings b/Session/Meta/Translations/ro.lproj/Localizable.strings index 5f6c9c04e..b8f960e32 100644 --- a/Session/Meta/Translations/ro.lproj/Localizable.strings +++ b/Session/Meta/Translations/ro.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/ru.lproj/Localizable.strings b/Session/Meta/Translations/ru.lproj/Localizable.strings index 79ffa7505..34c6358ee 100644 --- a/Session/Meta/Translations/ru.lproj/Localizable.strings +++ b/Session/Meta/Translations/ru.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/si-LK.lproj/Localizable.strings b/Session/Meta/Translations/si-LK.lproj/Localizable.strings index 59c41f1c8..47e57185f 100644 --- a/Session/Meta/Translations/si-LK.lproj/Localizable.strings +++ b/Session/Meta/Translations/si-LK.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/sk.lproj/Localizable.strings b/Session/Meta/Translations/sk.lproj/Localizable.strings index 66d1d206d..37c07e451 100644 --- a/Session/Meta/Translations/sk.lproj/Localizable.strings +++ b/Session/Meta/Translations/sk.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/sl.lproj/Localizable.strings b/Session/Meta/Translations/sl.lproj/Localizable.strings index 9be260300..1f4ecdf4d 100644 --- a/Session/Meta/Translations/sl.lproj/Localizable.strings +++ b/Session/Meta/Translations/sl.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/sv-SE.lproj/Localizable.strings b/Session/Meta/Translations/sv-SE.lproj/Localizable.strings index d58da891d..a2281fa42 100644 --- a/Session/Meta/Translations/sv-SE.lproj/Localizable.strings +++ b/Session/Meta/Translations/sv-SE.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/th.lproj/Localizable.strings b/Session/Meta/Translations/th.lproj/Localizable.strings index 9deefe558..72e0934d1 100644 --- a/Session/Meta/Translations/th.lproj/Localizable.strings +++ b/Session/Meta/Translations/th.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/tr.lproj/Localizable.strings b/Session/Meta/Translations/tr.lproj/Localizable.strings index 4555d4c18..9c5760419 100644 --- a/Session/Meta/Translations/tr.lproj/Localizable.strings +++ b/Session/Meta/Translations/tr.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/uk.lproj/Localizable.strings b/Session/Meta/Translations/uk.lproj/Localizable.strings index 5a4f7e9d8..2ffa9e98d 100644 --- a/Session/Meta/Translations/uk.lproj/Localizable.strings +++ b/Session/Meta/Translations/uk.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/vi.lproj/Localizable.strings b/Session/Meta/Translations/vi.lproj/Localizable.strings index c016ef005..dd159c25a 100644 --- a/Session/Meta/Translations/vi.lproj/Localizable.strings +++ b/Session/Meta/Translations/vi.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/zh-CN.lproj/Localizable.strings b/Session/Meta/Translations/zh-CN.lproj/Localizable.strings index a23e1487b..a704b626a 100644 --- a/Session/Meta/Translations/zh-CN.lproj/Localizable.strings +++ b/Session/Meta/Translations/zh-CN.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Meta/Translations/zh-TW.lproj/Localizable.strings b/Session/Meta/Translations/zh-TW.lproj/Localizable.strings index c4f8652f5..776dcd942 100644 --- a/Session/Meta/Translations/zh-TW.lproj/Localizable.strings +++ b/Session/Meta/Translations/zh-TW.lproj/Localizable.strings @@ -1107,6 +1107,8 @@ The point that a message will disappear in a disappearing message update message "settings_view_my_qr_code_explanation" = "This is your Account ID. Other users can scan it to start a conversation with you."; "qrNotAccountId" = "This QR code does not contain an Account ID."; "lockApp" = "Lock App"; +"accountIdYours" = "Your Account ID"; +"accountIDCopy" = "Copy Account ID"; //Start Conversation "accountIdYours" = "Your Account ID"; @@ -1123,3 +1125,4 @@ The point that a message will disappear in a disappearing message update message //General "attachmentsNa" = "N/A"; "search" = "Search"; +"messageRequestsAcceptDescription" = "Sending a message to this user will automatically accept their message request and reveal your Account ID."; diff --git a/Session/Settings/SettingsViewModel.swift b/Session/Settings/SettingsViewModel.swift index 52728d63e..d1cc0548a 100644 --- a/Session/Settings/SettingsViewModel.swift +++ b/Session/Settings/SettingsViewModel.swift @@ -64,7 +64,7 @@ class SettingsViewModel: SessionTableViewModel, NavigationItemSource, Navigatabl var title: String? { switch self { - case .sessionId: return "your_session_id".localized() + case .sessionId: return "accountIdYours".localized() default: return nil } }