Skip to content

Commit 6d90346

Browse files
authored
Merge branch 'master' into lint
2 parents 94d5cce + fe86831 commit 6d90346

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

src/components/HelpSection.vue

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -179,18 +179,18 @@
179179
<p v-html="this.$t('help.how-licenses-communicated.text')" />
180180
<table class="table is-hoverable is-fullwidth help-section__table">
181181
<tbody>
182-
<tr>
183-
<th>{{ $t('help.how-licenses-communicated.full-name') }}</th>
184-
<td>{{ $t('help.how-licenses-communicated.CC-BY-SA') }}</td>
185-
</tr>
186-
<tr>
187-
<th>{{ $t('help.how-licenses-communicated.short-name') }}</th>
188-
<td>CC BY-NC</td>
189-
</tr>
190-
<tr>
191-
<th>{{ $t('help.how-licenses-communicated.license-icons') }}</th>
192-
<td><LicenseIconography :icon-list="['', 'by', 'nc']" /></td>
193-
</tr>
182+
<tr>
183+
<th>{{$t('help.how-licenses-communicated.full-name')}}</th>
184+
<td>{{$t('help.how-licenses-communicated.CC-BY-NC')}}</td>
185+
</tr>
186+
<tr>
187+
<th>{{$t('help.how-licenses-communicated.short-name')}}</th>
188+
<td>CC BY-NC</td>
189+
</tr>
190+
<tr>
191+
<th>{{$t('help.how-licenses-communicated.license-icons')}}</th>
192+
<td><LicenseIconography :icon-list="['', 'by', 'nc']"/></td>
193+
</tr>
194194
</tbody>
195195
</table>
196196
</section>

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)