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 2afcd3b commit 839f7deCopy full SHA for 839f7de
src/i18n/locales/en.json
@@ -477,6 +477,7 @@
477
"api_token": "API token",
478
"org_id": "Organization ID",
479
"api_version": "API Version",
480
+ "api_version_warning": "Warning: Changing default version may break the integration. Refer the documentation.",
481
"consumer_key": "Consumer key",
482
"consumer_secret": "Consumer secret",
483
"personal_access_token": "Personal Access Token",
src/views/administration/analyzers/SnykAnalyzer.vue
@@ -36,6 +36,7 @@
36
v-model="apiVersion"
37
lazy="true"
38
/>
39
+ <i>{{ $t('admin.api_version_warning') }}</i>
40
<b-row style="margin-top:2rem;">
41
<b-col sm="6">
42
<b-form-group :label="$t('message.cvss_source')" v-slot="{ cvssSource }">
0 commit comments