diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-09 02:13:49 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-09 02:13:49 +0100 |
commit | 5e2f11877fa3125425d130cbfd584ad2ed24129a (patch) | |
tree | c00b30da3cd41dd8edad51e6494f51f2029c672d /abrechenbarkeit.lua | |
parent | 47683e1c270ddde0faef57f46731e6dd21b98b16 (diff) | |
download | abrechenbarkeit-5e2f11877fa3125425d130cbfd584ad2ed24129a.tar abrechenbarkeit-5e2f11877fa3125425d130cbfd584ad2ed24129a.tar.bz2 abrechenbarkeit-5e2f11877fa3125425d130cbfd584ad2ed24129a.tar.zst |
translate product list form submtis
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> ]], { |