diff --git a/static/images/logo/dbxcornerlogo@2x.png b/static/images/logo/dbxcornerlogo@2x.png new file mode 100644 index 0000000000..ee41c0f282 Binary files /dev/null and b/static/images/logo/dbxcornerlogo@2x.png differ diff --git a/static/js/notifications.js b/static/js/notifications.js index 4e1e8e72df..b8e3b3caea 100644 --- a/static/js/notifications.js +++ b/static/js/notifications.js @@ -143,7 +143,7 @@ exports.redraw_title = function () { var n; var new_title = (new_message_count ? ("(" + new_message_count + ") ") : "") - + page_params.realm_name + " - Zulip"; + + page_params.realm_name + " - " + page_params.product_name; if (document.title === new_title) { return; diff --git a/static/templates/settings_tab.handlebars b/static/templates/settings_tab.handlebars index f7fe3ee5fc..c090fbd783 100644 --- a/static/templates/settings_tab.handlebars +++ b/static/templates/settings_tab.handlebars @@ -89,7 +89,7 @@
Notifications
-
You'll receive notifications when a message arrives and Zulip isn't in focus or the message is offscreen.
+
You'll receive notifications when a message arrives and {{ page_params.product_name }} isn't in focus or the message is offscreen.

Stream messages

@@ -314,11 +314,11 @@ {{#if_or page_params.show_autoscroll_forever_option page_params.show_default_desktop_notifications_option}}
-
Zulip Labs
+
{{ page_params.product_name }} Labs

- Zulip Labs is where you can try out some experimental new + {{ page_params.product_name }} Labs is where you can try out some experimental new features we're working on. Let us know what you think!

diff --git a/templates/zerver/base.html b/templates/zerver/base.html index 155532f207..895a8d32ab 100644 --- a/templates/zerver/base.html +++ b/templates/zerver/base.html @@ -9,7 +9,7 @@ {% block title %} {% if user_profile.realm.name %} - {{user_profile.realm.name}} - Zulip + {{user_profile.realm.name}} - {{product_name}} {% else %} Zulip {% endif %} diff --git a/templates/zerver/home.html b/templates/zerver/home.html index e12ce841bf..6410ba104f 100644 --- a/templates/zerver/home.html +++ b/templates/zerver/home.html @@ -3,7 +3,7 @@
-

Welcome to Zulip

+

Welcome to {{product_name}}

See, the thing about it is... there aren't any messages here for you right now. I'm sure someone will eventually send you one.

diff --git a/templates/zerver/invite_user.html b/templates/zerver/invite_user.html index f5def7e661..416e0ca5fd 100644 --- a/templates/zerver/invite_user.html +++ b/templates/zerver/invite_user.html @@ -2,7 +2,7 @@ aria-labelledby="invite-user-label" aria-hidden="true">
{% csrf_token %} diff --git a/templates/zerver/markdown_help.html b/templates/zerver/markdown_help.html index b448ba3923..ba5037ba24 100644 --- a/templates/zerver/markdown_help.html +++ b/templates/zerver/markdown_help.html @@ -18,8 +18,8 @@ bold - [Zulip](http://zulip.com) - Zulip + [{{product_name}}](https://zulip.com) + {{product_name}} * Archimedes
@@ -54,19 +54,19 @@ ``` def zulip(): - print "Zulip" + print "{{product_name}}" ```
def zulip():
-    print "Zulip"
+ print "{{product_name}}" ``` .py def zulip(): - print "Zulip" + print "{{product_name}}" ```
def zulip():
-    print "Zulip"
+ print "{{product_name}}"
diff --git a/templates/zerver/navbar.html b/templates/zerver/navbar.html index 023e1c32f6..290b3c5ca2 100644 --- a/templates/zerver/navbar.html +++ b/templates/zerver/navbar.html @@ -1,7 +1,7 @@
- +