From 09519e601621e0e60c18a3ca6caf9cfadb6cc426 Mon Sep 17 00:00:00 2001 From: Chris Van Date: Thu, 8 Nov 2012 13:18:24 -0800 Subject: [PATCH] change account settings header title to "Settings" (bug 804714) --- mkt/account/templates/account/settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkt/account/templates/account/settings.html b/mkt/account/templates/account/settings.html index 837ed7b28c..dde4db4204 100644 --- a/mkt/account/templates/account/settings.html +++ b/mkt/account/templates/account/settings.html @@ -1,7 +1,7 @@ {% extends 'mkt/base.html' %} {% set pagetitle = _('Account Settings') %} -{% set headertitle = _('Settings') %} +{% set headertitle = _('Account') %} {% set bodyclass = 'settings' %} {% set page_parent = '/' %}