[TYPO] web_livechat: "Online Support" -> "Support"

bzr revid: chs@openerp.com-20110110100628-k7o437sndas19opx
This commit is contained in:
Christophe Simonis 2011-01-10 11:06:28 +01:00
parent b0e1baae57
commit a54a804d6b
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2010 OpenERP s.a. (<http://openerp.com>).
# Copyright (C) 2010-2011 OpenERP s.a. (<http://openerp.com>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@ -32,7 +32,7 @@ class publisher_warranty_contract(osv.osv):
@cache(skiparg=3)
def get_default_livechat_text(self, cr, uid):
return '<a href="http://www.openerp.com/services/subscribe-onsite" target="_blank"><img src="/web_livechat/static/images/busy.png"/>Online Support</a>'
return '<a href="http://www.openerp.com/services/subscribe-onsite" target="_blank"><img src="/web_livechat/static/images/busy.png"/>Support</a>'
publisher_warranty_contract()

View File

@ -2,7 +2,7 @@
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2010 OpenERP s.a. (<http://openerp.com>).
# Copyright (C) 2010-2011 OpenERP s.a. (<http://openerp.com>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@ -82,8 +82,8 @@ class HeaderTemplateEditor(openobject.templating.TemplateEditor):
skill: '0',
type: 'text',
labels: {
online: '<img src="/web_livechat/static/images/available.png"/>Online Support',
offline: '<img src="/web_livechat/static/images/away.png"/>Online Support'
online: '<img src="/web_livechat/static/images/available.png"/>Support',
offline: '<img src="/web_livechat/static/images/away.png"/>Support'
}
});
</script>