Skip to content

Commit 8b1e52c

Browse files
committed
Lint with eslint vue/recommended settings
Signed-off-by: Olga Bulat <obulat@gmail.com>
1 parent 55f1876 commit 8b1e52c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/HelpSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<tbody>
155155
<tr>
156156
<th>{{$t('help.how-licenses-communicated.full-name')}}</th>
157-
<td>{{$t('help.how-licenses-communicated.CC-BY-SA')}}</td>
157+
<td>{{$t('help.how-licenses-communicated.CC-BY-NC')}}</td>
158158
</tr>
159159
<tr>
160160
<th>{{$t('help.how-licenses-communicated.short-name')}}</th>

src/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"full-name": "Full Name",
169169
"short-name": "Short Name",
170170
"license-icons": "Icons",
171-
"CC-BY-SA": "Creative Commons Attribution 4.0 International"
171+
"CC-BY-NC": "Attribution-NonCommercial 4.0 International"
172172
},
173173
"considerations-before-licensing": {
174174
"heading": "Considerations Before Licensing",

0 commit comments

Comments
 (0)