Combined various add button labels into one.
[timetracker.git] / WEB-INF / templates / mobile / clients.tpl
index db0826c..a052027 100644 (file)
@@ -23,7 +23,7 @@
       </table>
 
       <table width="100%">
-        <tr><td align="center"><br><form><input type="button" onclick="chLocation('client_add.php');" value="{$i18n.button.add_client}"></form></td></tr>
+        <tr><td align="center"><br><form><input type="button" onclick="chLocation('client_add.php');" value="{$i18n.button.add}"></form></td></tr>
       </table>
 
   {if $inactive_clients}
@@ -42,7 +42,7 @@
       </table>
 
       <table width="100%">
-        <tr><td align="center"><br><form><input type="button" onclick="chLocation('client_add.php');" value="{$i18n.button.add_client}"></form></td></tr>
+        <tr><td align="center"><br><form><input type="button" onclick="chLocation('client_add.php');" value="{$i18n.button.add}"></form></td></tr>
       </table>
   {/if}
 {/if}