diff options
-rwxr-xr-x | abrechenbarkeit.lua | 4 | ||||
-rw-r--r-- | locale/en.ini | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/abrechenbarkeit.lua b/abrechenbarkeit.lua index be68c99..474aaba 100755 --- a/abrechenbarkeit.lua +++ b/abrechenbarkeit.lua @@ -630,14 +630,14 @@ local function r_products() <input type="text" name="user" id="user" /> <label for="barcode">{+field.barcode}: </label> <input type="text" name="barcode" id="barcode" /> - <input type="submit" value="{+field.add.short}" class="amount-ntr button" /> + <input type="submit" value="{+products.form.add.submit}" class="amount-ntr button" /> </form> <form action="/?products" method="POST" class="box backgroundbox"> <h3>{+products.form.remove}</h3> <input type="text" name="delete" value="1" hidden /> <label for="barcode">{+field.barcode}: </label> <input type="text" name="barcode" id="barcode" /> - <input type="submit" value="{+field.remove.short}" class="amount-ntr button" /> + <input type="submit" value="{+products.form.remove.submit}" class="amount-ntr button" /> </form> </div> ]], { diff --git a/locale/en.ini b/locale/en.ini index ed9fb0b..bdaf1d5 100644 --- a/locale/en.ini +++ b/locale/en.ini @@ -22,7 +22,9 @@ log.actions.revert=Revert log.actions=Actions log=Log products.form.add=Add Product +products.form.add.submit=Add products.form.remove=Remove Product +products.form.remove.submit=Remove products.form.title=Product List products.title=Product List products=Products |