]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/addlink.html
Apply translation function on all labels
[github/shaarli/Shaarli.git] / tpl / default / addlink.html
index 13adeb49d2f2f63374263bb1ca07b943f92c0e2a..8e64064f6c2204fbaa70d8103c8fbb3e6d75182a 100644 (file)
@@ -8,13 +8,13 @@
 <div class="pure-g">
   <div class="pure-u-lg-1-3 pure-u-1-8"></div>
   <div id="addlink-form" class="page-form pure-u-lg-1-3 pure-u-3-4">
-    <h2>Shaare a new link</h2>
+    <h2>{"Shaare a new link"|t}</h2>
     <form method="GET" action="" name="addform" class="addform">
       <div>
-        <input type="text" name="post">
+        <input type="text" name="post" placeholder="{'URL or leave empty to post a note'|t}">
       </div>
       <div>
-        <input type="submit" value="Add link">
+        <input type="submit" value="{'Add link'|t}">
       </div>
     </form>
   </div>