Skip to content

Commit

Permalink
Capitalize for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
robdivincenzo committed Mar 14, 2024
1 parent 52d0e57 commit 0e28fb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def categories_page(self, request, slug):
context["category"] = slug
context["current_category"] = category
context["products"] = products
context["pageTitle"] = f'{category.name} | {gettext("Privacy & security guide")}' f" | Mozilla Foundation"
context["pageTitle"] = f'{category.name} | {gettext("Privacy & Security Guide")}' f" | Mozilla Foundation"
context["template_cache_key_fragment"] = f"{category.slug}_{request.LANGUAGE_CODE}"

# Checking if category has custom metadata, if so, update the share image and description.
Expand Down

0 comments on commit 0e28fb7

Please sign in to comment.