We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716c985 commit 7a06f06Copy full SHA for 7a06f06
web/src/components/TemplateForm.vue
@@ -227,7 +227,7 @@
227
@change="setSkipTags"
228
:title="$t('skipTags')"
229
:arg-title="$t('tag')"
230
- :add-arg-title="$t('addTag')"
+ :add-arg-title="$t('addSkippedTag')"
231
/>
232
233
<TemplateVaults
web/src/lang/en.js
@@ -313,4 +313,12 @@ export default {
313
allowLimitInTask: 'Ask Limit on launch',
314
addLimit: 'Add limit',
315
allowDebug: 'Allow debug',
316
+
317
+ addTag: 'Add tag',
318
+ skipTags: 'Skip tags',
319
+ addSkippedTag: 'Add skipped tag',
320
321
+ tags: 'Tags',
322
323
+ limit: 'Limit',
324
};
0 commit comments