Skip to content
Snippets Groups Projects
Commit 4d2c3460 authored by Lưu Quang Huy's avatar Lưu Quang Huy Committed by Alexandre Kühn
Browse files

[I18N] im_livechat: Add missing translation part


closes odoo/odoo#98842

X-original-commit: 3b56ebff5e0afdfa10a1660def4d1a51a2487bb6
Signed-off-by: default avatarAlexandre Kühn (aku) <aku@odoo.com>
parent 9c0f10bd
Branches
Tags
No related merge requests found
......@@ -863,11 +863,23 @@ msgstr ""
msgid "Group By..."
msgstr ""
#. module: im_livechat
#: code:addons/im_livechat/models/im_livechat_channel.py:0
#: model:im_livechat.channel,button_text:im_livechat.im_livechat_channel_data
#, python-format
msgid "Have a Question? Chat with us."
msgstr ""
#. module: im_livechat
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__header_background_color
msgid "Header Background Color"
msgstr ""
#. module: im_livechat
#: model:im_livechat.channel,default_message:im_livechat.im_livechat_channel_data
msgid "Hello, how may I help you?"
msgstr ""
#. module: im_livechat
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel_rule__action__hide_button
msgid "Hide all buttons"
......
......@@ -28,7 +28,7 @@ class ImLivechatChannel(models.Model):
# attribute fields
name = fields.Char('Channel Name', required=True)
button_text = fields.Char('Text of the Button', default='Have a Question? Chat with us.',
button_text = fields.Char('Text of the Button', default=_('Have a Question? Chat with us.'),
help="Default text displayed on the Livechat Support Button")
default_message = fields.Char('Welcome Message', default='How may I help you?',
help="This is an automated 'welcome' message that your visitor will see when they initiate a new conversation.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment