diff --git a/views/embed/stream.njk b/views/embed/stream.njk
index c9504b3d0..9b237b5c2 100644
--- a/views/embed/stream.njk
+++ b/views/embed/stream.njk
@@ -6,7 +6,7 @@
-{# Custom CSS is included after the CSS block so that it's overrides will apply #}
+{# Custom CSS is included after the CSS block so that its overrides will apply #}
{% include "partials/custom-css.njk" %}
{% endblock %}
diff --git a/views/login.njk b/views/login.njk
index 55e4ef45b..7198dbdff 100644
--- a/views/login.njk
+++ b/views/login.njk
@@ -5,7 +5,7 @@
{% block css %}
-{# Custom CSS is included after the CSS block so that it's overrides will apply #}
+{# Custom CSS is included after the CSS block so that its overrides will apply #}
{% include "partials/custom-css.njk" %}
{% endblock %}
diff --git a/views/templates/account.njk b/views/templates/account.njk
index 0ff558c9d..bcda22a67 100644
--- a/views/templates/account.njk
+++ b/views/templates/account.njk
@@ -4,6 +4,6 @@
-{# Custom CSS is included after the CSS block so that it's overrides will apply #}
+{# Custom CSS is included after the CSS block so that its overrides will apply #}
{% include "partials/custom-css.njk" %}
{% endblock %}