Browse Source

Correction of "links widget" title localization

Dominique Da Silva 10 years ago
parent
commit
514da72aa4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      layout/_widget/links.ejs

+ 1 - 1
layout/_widget/links.ejs

@@ -1,6 +1,6 @@
 <% if (site.posts.length){ %>
   <div class="widget-wrap widget-list">
-    <h3 class="widget-title"><%= __('sidebar.links') %></h3>
+    <h3 class="widget-title"><%= __('widget.links') %></h3>
     <div class="widget">
       <ul>
         <% for (var i in theme.links){ %>