about summary refs log tree commit diff stats
path: root/src/pages/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/widgets')
-rw-r--r--src/pages/widgets/links.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/widgets/links.ejs b/src/pages/widgets/links.ejs
index 86b9f260..24a02e90 100644
--- a/src/pages/widgets/links.ejs
+++ b/src/pages/widgets/links.ejs
@@ -7,7 +7,7 @@
   <% } else { _%>
   <%- include ('src/assets/images/' + service + '-icon.svg') %>
   <% } _%>
-  <a href="#<%= service %>" data-localise="__MSG_<%= service %>__"><%= service %></a></div>
+  <a href="#<%= service %>" data-localise="__MSG_<%= service %>__"><%= config.services[service].name %></a></div>
   <% }; -%>
   <div class="title"><%- include ('src/assets/images/about-icon.svg') %><a href="#about" data-localise="__MSG_about__">About</a></div>
 </section>