diff --git a/clientapp/pages/base.js b/clientapp/pages/base.js index 70de378..aa7c929 100644 --- a/clientapp/pages/base.js +++ b/clientapp/pages/base.js @@ -24,7 +24,7 @@ module.exports = HumanView.extend({ document.title = function () { var title = _.result(self, 'title'); - return title ? title + '- OTalk' : 'OTalk'; + return title ? title + '- Otalk' : 'Otalk'; }(); this.trigger('pageloaded'); diff --git a/clientapp/template.html b/clientapp/template.html index f2ade71..327c8bc 100644 --- a/clientapp/template.html +++ b/clientapp/template.html @@ -1,13 +1,13 @@ - OTalk + Otalk
- +

Connecting...

diff --git a/package.json b/package.json index 79f2fdd..79808a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "otalk.im", "version": "0.0.1", - "description": "OTalk: WebRTC Enabled XMPP Client, in the Browser", + "description": "Otalk: WebRTC Enabled XMPP Client, in the Browser", "repository": { "type": "git", "url": "git@github.com:andyet/otalk.git" diff --git a/views/layout.jade b/views/layout.jade index 017e69e..0b2c1f5 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -1,15 +1,14 @@ !!!5 html head - title OTalk - + title Otalk meta(name="viewport", content="width=device-width, initial-scale=1, user-scalable=no") link(rel="stylesheet", type="text/css", href="//cloud.typography.com/7773252/657662/css/fonts.css") link(rel="stylesheet", href="/css/otalk.css") block head body.aux header - img#logo(src="/images/logo.png", alt="OTalk") + img#logo(src="/images/logo.png", alt="Otalk") block content script(src='/js/zepto.js')