about summary refs log tree commit diff stats
path: root/src/pages/widgets/links.ejs
diff options
context:
space:
mode:
authorHygna <hygna@proton.me>2022-09-23 20:57:25 +0100
committerHygna <hygna@proton.me>2022-09-23 20:57:25 +0100
commitf87eb20ceed147362f4d446aa10e15f865c0bc16 (patch)
treeb6e5a7d6a1d22a94a96d7ffadfe13d3a11deb643 /src/pages/widgets/links.ejs
parentCompleted Migration to ejs (diff)
downloadlibredirect-f87eb20ceed147362f4d446aa10e15f865c0bc16.zip
Started optimizing popup.js
Diffstat (limited to 'src/pages/widgets/links.ejs')
-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>