diff --git a/README.rst b/README.rst index f7671de43c3..ac73f0f92e5 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ Kitsune is the platform that powers `SuMo (support.mozilla.org) It is a Django_ application. There is documentation_ online. -.. _Firefox Help: https://support.mozilla.org/ +.. _Mozilla Support: https://support.mozilla.org/ .. _Django: http://www.djangoproject.com/ .. _documentation: http://kitsune.readthedocs.org/en/latest/ diff --git a/kitsune/search/templates/search/plugin.html b/kitsune/search/templates/search/plugin.html index 0fc0c775598..ed11310512e 100644 --- a/kitsune/search/templates/search/plugin.html +++ b/kitsune/search/templates/search/plugin.html @@ -1,6 +1,6 @@ -{{ _('Mozilla Help') }} +{{ _('Mozilla Support') }} {# L10n: The description for the OpenSearch plugin. #} {{ _('Search the Mozilla Support Knowledge Base and Support Forum.') }} UTF-8 diff --git a/kitsune/sumo/templates/base.html b/kitsune/sumo/templates/base.html index 106448f7b6f..06a2f4dd8b5 100644 --- a/kitsune/sumo/templates/base.html +++ b/kitsune/sumo/templates/base.html @@ -14,7 +14,7 @@ {{ favicon() }} - + {% if feeds %} {% for feed in feeds %} diff --git a/kitsune/sumo/templates/mobile/base.html b/kitsune/sumo/templates/mobile/base.html index f4a689a4e3b..f03c6260986 100644 --- a/kitsune/sumo/templates/mobile/base.html +++ b/kitsune/sumo/templates/mobile/base.html @@ -14,11 +14,11 @@ - {{ title }} | {{ _('Firefox Help', 'site_title') }} + {{ title }} | {{ _('Mozilla Support', 'site_title') }} {{ favicon() }} - + {{ css('mobile/common') }} {% for style in styles %} diff --git a/kitsune/sumo/templates/mobile/minimal.html b/kitsune/sumo/templates/mobile/minimal.html index c896532336d..56330590e70 100644 --- a/kitsune/sumo/templates/mobile/minimal.html +++ b/kitsune/sumo/templates/mobile/minimal.html @@ -11,11 +11,11 @@ - {{ title }} | {{ _('Firefox Help', 'site_title') }} + {{ title }} | {{ _('Mozilla Support', 'site_title') }} {{ favicon() }} - + {% for style in styles %} {{ css(style) }} diff --git a/kitsune/sumo/templates/services/monitor.html b/kitsune/sumo/templates/services/monitor.html index af1f261051f..74ea50b04da 100644 --- a/kitsune/sumo/templates/services/monitor.html +++ b/kitsune/sumo/templates/services/monitor.html @@ -1,6 +1,6 @@ {% extends 'base.html' %} -{% set title = 'Firefox Help Site Status' %} +{% set title = 'Mozilla Support Site Status' %} {% set classes = 'monitor' %} {% set styles = ('monitor',) %} diff --git a/package.json b/package.json index c945a85839d..ccceaf248e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Kitsune", - "description": "Platform for Firefox Help", + "description": "Platform for Mozilla Support", "repository": { "type": "git", "url": "git://github.com/mozilla/kitsune.git"