diff options
Diffstat (limited to 'abrechenbarkeit.lua')
-rwxr-xr-x | abrechenbarkeit.lua | 4 |
1 files changed, 2 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> ]], { |