@@ -161,7 +155,7 @@
+
{/if}
@@ -26,4 +36,5 @@
{#if store.state.jwtinfo.userdetails.permissions.includes('CARD:CREATE')}
+
{/if}
diff --git a/src/locales/de.json b/src/locales/de.json
index 0132b26d..ff1ebe21 100644
--- a/src/locales/de.json
+++ b/src/locales/de.json
@@ -395,5 +395,6 @@
"create-bulk-blanco-cards": "Blankokarten erstellen",
"just-enter-how-many-you-want-and-the-system-will-create-them": "Geb einfach ein, wie viele Blankokarten das System erstellen soll.",
"amount": "Anzahl",
- "you-must-create-at-least-one-card-or-cancel": "Du musst mindestens eine Blankokarte erstellen (oder abbrechen)."
+ "you-must-create-at-least-one-card-or-cancel": "Du musst mindestens eine Blankokarte erstellen (oder abbrechen).",
+ "create-bulk-cards": "Blankokarten erstellen"
}
diff --git a/src/locales/en.json b/src/locales/en.json
index a2b9496b..82c6e3b7 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -391,9 +391,10 @@
"card-added": "Card added",
"create-a-new-card": "Create a new card",
"you-can-provide-a-runner-but-you-dont-have-to": "You can provide a runner, but you don't have to.",
- "if-you-want-to-create-multiple-blanco-cards-try-the-add-bulk-button": "If you want to create multiple blanco cards: Try the 'Add bulk' button.",
+ "if-you-want-to-create-multiple-blanco-cards-try-the-add-bulk-button": "If you want to create multiple blanco cards: Try the 'Add blanco cards' button.",
"create-bulk-blanco-cards": "Create bulk blanco cards",
"just-enter-how-many-you-want-and-the-system-will-create-them": "Just enter how many you want and the system will create them",
"amount": "Amount",
- "you-must-create-at-least-one-card-or-cancel": "You must create at least one card (or cancel)."
+ "you-must-create-at-least-one-card-or-cancel": "You must create at least one card (or cancel).",
+ "create-bulk-cards": "Add blanco cards"
}