diff --git a/app/views/static_pages/about.html.erb b/app/views/static_pages/about.html.erb index 1523b11367..b539ec1da7 100644 --- a/app/views/static_pages/about.html.erb +++ b/app/views/static_pages/about.html.erb @@ -40,6 +40,6 @@
<%= render 'shared/bottom_cta', button: contribute_button, - heading: 'Help the Odin Project stay current and meaningful to all future students, please contribute!' %> + heading: 'Help The Odin Project stay current and meaningful to all future students, please contribute!' %>
diff --git a/app/views/static_pages/about/_overview.html.erb b/app/views/static_pages/about/_overview.html.erb index 3d47381bcd..6f9cda1ca3 100644 --- a/app/views/static_pages/about/_overview.html.erb +++ b/app/views/static_pages/about/_overview.html.erb @@ -44,7 +44,7 @@ <% end %> <% card.with_body(classes: 'prose prose-gray dark:prose-invert text-gray-500 dark:text-gray-300') do %>

This website and the curriculum it hosts are completely open source. That means anyone can work on new features or fix existing bugs on the website. This also extends to the curriculum itself, anyone can work on new lessons, add new resources and improve existing lessons.

-

The Odin project would not be possible without the hard work of contributors from all across the world. If you're interested in helping us make Odin better please find out how to contribute.

+

The Odin Project would not be possible without the hard work of contributors from all across the world. If you're interested in helping us make The Odin Project better, please find out how to contribute.

<% end %> <% end %>