From 702ab274212052ebcc07578efeb57ef4973d60ae Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 6 Feb 2015 17:05:39 +0100 Subject: [PATCH 1/7] support instead of help --- kitsune/search/templates/search/plugin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 3155f71afe7687614c6f6bb6eea2db5500166e47 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 6 Feb 2015 17:09:59 +0100 Subject: [PATCH 2/7] mozilla support instead of firefox help --- kitsune/sumo/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} From 00ed5e244ff1db423654adcc12f1a0199a00b418 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 6 Feb 2015 17:12:07 +0100 Subject: [PATCH 3/7] Firefox Help = Mozilla Support --- kitsune/sumo/templates/mobile/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %} From 87e251920e0cbd0ba3ae6b448d644f70283918fa Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 6 Feb 2015 17:12:58 +0100 Subject: [PATCH 4/7] Fx Help -> Mozilla Support --- kitsune/sumo/templates/mobile/minimal.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) }} From 946506d9e1655301d0c6e0a474faa4568388d197 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 6 Feb 2015 17:13:58 +0100 Subject: [PATCH 5/7] Firefox Help => Mozilla Support --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 392c3549eb9acadc0c5dce77d79f569fadb9ba1b Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 6 Feb 2015 17:15:36 +0100 Subject: [PATCH 6/7] Firefox Help -> Mozilla Support --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ From 615c4b70b7a516751ee58d913099dcfd3329ea0c Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 6 Feb 2015 17:17:06 +0100 Subject: [PATCH 7/7] Firefox Help might be Mozilla Support --- kitsune/sumo/templates/services/monitor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',) %}