fix: Move auto resolution message text content to i18n file (#10881)

Move the text content to i18n file.
This commit is contained in:
Pranav
2025-02-12 16:51:35 -08:00
committed by GitHub
parent 1af726e05e
commit 3af7c3b2e7
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ class Captain::InboxPendingConversationsResolutionJob < ApplicationJob
message_type: :outgoing,
account_id: conversation.account_id,
inbox_id: conversation.inbox_id,
content: 'Resolving the conversation as it has been inactive for a while. Please start a new conversation if you need further assistance.'
content: I18n.t('conversations.activity.auto_resolution_message')
}
)
conversation.resolved!