Skip to content

Commit 8056d3f

Browse files
authored
Add license version number to the short license name. Closes #189 (#190)
Short name misses version number
1 parent da4ff09 commit 8056d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HelpSection.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
</tr>
194194
<tr>
195195
<th>{{ $t('help.how-licenses-communicated.short-name') }}</th>
196-
<td>CC BY-NC</td>
196+
<td>CC BY-NC 4.0</td>
197197
</tr>
198198
<tr>
199199
<th>{{ $t('help.how-licenses-communicated.license-icons') }}</th>

0 commit comments

Comments
 (0)