Skip to content

Commit 35b124e

Browse files
committed
change cwe to full form
Signed-off-by: Sahiba Mittal <[email protected]>
1 parent 67693aa commit 35b124e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/i18n/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"name": "Name",
6060
"published": "Published",
6161
"cwe": "CWE",
62+
"cwe_full": "Common Weakness Enumeration (CWE)",
6263
"cwe_id": "CWE ID",
6364
"cwe_desc": "Common Weakness Enumeration (CWE) is a taxonomy of software and hardware weakness types",
6465
"select_cwe": "Select CWE",

src/views/policy/PolicyCondition.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
{value: 'CPE', text: this.$t('message.cpe_full')},
7575
{value: 'SWID_TAGID', text: this.$t('message.swid_tagid')},
7676
{value: 'VERSION', text: this.$t('message.version')},
77-
{value: 'CWE', text: this.$t('message.cwe')}
77+
{value: 'CWE', text: this.$t('message.cwe_full')}
7878
],
7979
objectOperators: [
8080
{value: 'IS', text: this.$t('operator.is')},

0 commit comments

Comments
 (0)