From 7624781a14a664038367a43e2a1165a0d66480a1 Mon Sep 17 00:00:00 2001 From: Denver Gingerich Date: Sun, 4 Feb 2024 22:34:43 -0800 Subject: [PATCH] usethesource: capitalize "the" (mostly What We Do) --- conservancy/templates/submenus/what_we_do_partial.html | 2 +- conservancy/usethesource/templates/usethesource/base.html | 2 +- .../usethesource/templates/usethesource/ccirt_process.html | 2 +- .../usethesource/templates/usethesource/landing_page.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conservancy/templates/submenus/what_we_do_partial.html b/conservancy/templates/submenus/what_we_do_partial.html index 7af59e33..106c4306 100644 --- a/conservancy/templates/submenus/what_we_do_partial.html +++ b/conservancy/templates/submenus/what_we_do_partial.html @@ -3,6 +3,6 @@
  • Vizio Lawsuit
  • Member Projects
  • Outreachy
  • -
  • Use the Source
  • +
  • Use The Source
  • FOSSY
  • diff --git a/conservancy/usethesource/templates/usethesource/base.html b/conservancy/usethesource/templates/usethesource/base.html index 43bf9bc0..07bbf245 100644 --- a/conservancy/usethesource/templates/usethesource/base.html +++ b/conservancy/usethesource/templates/usethesource/base.html @@ -5,7 +5,7 @@ {% block outercontent %}
    -

    Use the Source

    +

    Use The Source

    diff --git a/conservancy/usethesource/templates/usethesource/ccirt_process.html b/conservancy/usethesource/templates/usethesource/ccirt_process.html index f4dcc6c3..a3c37fd0 100644 --- a/conservancy/usethesource/templates/usethesource/ccirt_process.html +++ b/conservancy/usethesource/templates/usethesource/ccirt_process.html @@ -1,6 +1,6 @@ {% extends "usethesource/base.html" %} -{% block title %}Use the Source - Software Freedom Conservancy{% endblock %} +{% block title %}Use The Source - Software Freedom Conservancy{% endblock %} {% block content %} {{ block.super }} diff --git a/conservancy/usethesource/templates/usethesource/landing_page.html b/conservancy/usethesource/templates/usethesource/landing_page.html index 1d0b7e92..26685362 100644 --- a/conservancy/usethesource/templates/usethesource/landing_page.html +++ b/conservancy/usethesource/templates/usethesource/landing_page.html @@ -1,6 +1,6 @@ {% extends "usethesource/base.html" %} -{% block title %}Use the Source - Software Freedom Conservancy{% endblock %} +{% block title %}Use The Source - Software Freedom Conservancy{% endblock %} {% block content %} {{ block.super }}