]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/picwall.html
Multiple small fixes
[github/shaarli/Shaarli.git] / tpl / default / picwall.html
index 3b5fccc33175a590d673dc92f39b234d13f8a096..b7a56c89b17fb56540e1127acff994122286d035 100644 (file)
@@ -9,7 +9,8 @@
 {if="count($linksToDisplay)===0 && $is_logged_in"}
   <div class="pure-g pure-alert pure-alert-warning page-single-alert">
     <div class="pure-u-1 center">
-      {'There is no cached thumbnail. Try to <a href="{$base_path}/admin/thumbnails">synchronize them</a>.'|t}
+      {'There is no cached thumbnail.'|t}
+      <a href="{$base_path}/admin/thumbnails">{'Try to synchronize them.'|t}</a>
     </div>
   </div>
 {/if}