diff --git a/app/templates/base.html b/app/templates/base.html
index f039933bb..910a6e42c 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -118,10 +118,10 @@
{% block footer %}
{% if current_service and current_service.research_mode %}
- {% set meta_suffix = 'Built by the Technology Transformation Servicesresearch mode' %}
+ {% set meta_suffix = 'Built by the Technology Transformation Servicesresearch mode' %}
{% else %}
{% set commit_hash = ", Latest version: " + config['COMMIT_HASH'] %}
- {% set long_link = 'Technology Transformation Services' %}
+ {% set long_link = 'Technology Transformation Services' %}
{% set meta_suffix = "Built by the " + long_link + commit_hash %}
{% endif %}