diff --git a/ftl/core/actions.ftl b/ftl/core/actions.ftl index 6252c2955..0a1505a17 100644 --- a/ftl/core/actions.ftl +++ b/ftl/core/actions.ftl @@ -8,10 +8,12 @@ actions-copy = Copy actions-create-copy = Create Copy actions-custom-study = Custom Study actions-decks = Decks +actions-decrement-value = Decrement value actions-delete = Delete actions-export = Export actions-filter = Filter actions-help = Help +actions-increment-value = Increment value actions-import = Import actions-manage = Manage... actions-name = Name: diff --git a/ts/components/SpinBox.svelte b/ts/components/SpinBox.svelte index 722d93eca..f7a2b389a 100644 --- a/ts/components/SpinBox.svelte +++ b/ts/components/SpinBox.svelte @@ -3,6 +3,7 @@ Copyright: Ankitects Pty Ltd and contributors License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html -->