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 55f1876 commit 8b1e52cCopy full SHA for 8b1e52c
src/components/HelpSection.vue
@@ -154,7 +154,7 @@
154
<tbody>
155
<tr>
156
<th>{{$t('help.how-licenses-communicated.full-name')}}</th>
157
- <td>{{$t('help.how-licenses-communicated.CC-BY-SA')}}</td>
+ <td>{{$t('help.how-licenses-communicated.CC-BY-NC')}}</td>
158
</tr>
159
160
<th>{{$t('help.how-licenses-communicated.short-name')}}</th>
src/locales/en.json
@@ -168,7 +168,7 @@
168
"full-name": "Full Name",
169
"short-name": "Short Name",
170
"license-icons": "Icons",
171
- "CC-BY-SA": "Creative Commons Attribution 4.0 International"
+ "CC-BY-NC": "Attribution-NonCommercial 4.0 International"
172
},
173
"considerations-before-licensing": {
174
"heading": "Considerations Before Licensing",
0 commit comments