Translate "umschalten" to "toggle"

master
Felix Stupp 2 years ago
parent 395bf74f0c
commit a77cf3ce8f
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -40,12 +40,12 @@
Watch In Order:
{{ collection.watch_in_order | tenary("Yes", "no") }}
{%- if collection.watch_in_order_auto %} (automatic){% endif %}
{{ macros.post_form(api_uri, "watch_in_order", collection.watch_in_order | tenary("false", "true"), "umschalten") }}
{{ macros.post_form(api_uri, "watch_in_order", collection.watch_in_order | tenary("false", "true"), "toggle") }}
</li>
<li>
Keep Updated:
{{ collection.keep_updated | tenary("Yes", "no") }}
{{ macros.post_form(api_uri, "keep_updated", collection.keep_updated | tenary("false", "true"), "umschalten") }}
{{ macros.post_form(api_uri, "keep_updated", collection.keep_updated | tenary("false", "true"), "toggle") }}
</li>
{% set stats = collection.stats %}
<li>

Loading…
Cancel
Save