File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed
Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ $(document).ready(function(){
1919 position : cfg . getAttribute ( "data-position" ) ,
2020 locale : document . getElementsByTagName ( "html" ) [ 0 ] . getAttribute ( "lang" ) ,
2121 type : cfg . getAttribute ( "data-type" ) ,
22+ launcherTitle : cfg . getAttribute ( "data-launcher-title" ) ,
2223 showPopoutButton : true ,
2324 } ;
2425
Original file line number Diff line number Diff line change 99 option_chatwoot_position_right : " Right"
1010 permission_view_chatwoot : " Show Live Chat"
1111 project_module_chatwoot : " Live Chat"
12+ chatwoot_launcher_title : " Chat with us"
Original file line number Diff line number Diff line change 99 option_chatwoot_position_right : " 右側"
1010 permission_view_chatwoot : " ライブチャットを表示"
1111 project_module_chatwoot : " ライブチャット"
12+ chatwoot_launcher_title : " チャットをする"
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ def view_layouts_base_body_bottom(context={})
1111 :server => Setting . plugin_redmine_chatwoot [ 'chatwoot_server' ] ,
1212 :token => Setting . plugin_redmine_chatwoot [ 'chatwoot_token' ] ,
1313 :type => Setting . plugin_redmine_chatwoot [ 'chatwoot_type' ] ,
14- :position => Setting . plugin_redmine_chatwoot [ 'chatwoot_position' ]
14+ :position => Setting . plugin_redmine_chatwoot [ 'chatwoot_position' ] ,
15+ :launcher_title => l ( :chatwoot_launcher_title )
1516 } , :id => 'chatwoot-config' , :style => 'display:none' )
1617 return tags . join ( "\n " )
1718 end
You can’t perform that action at this time.
0 commit comments