We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f744c commit 29aa513Copy full SHA for 29aa513
src/components/Download/Quiz.vue
@@ -47,7 +47,7 @@
47
</ul>
48
<ul class="options" v-if="options.sponge">
49
<li @click="proceed(4, 'latest')">
50
- {{ $t('quiz.newer', { version: 'SpongeAPI 8' }) }}
+ {{ $t('quiz.newer', { version: 'SpongeAPI 12' }) }}
51
</li>
52
<li @click="proceed(4, 'unsupported')">
53
{{ $t('quiz.older', { version: 'SpongeAPI 7' }) }}
src/views/Download.vue
@@ -35,7 +35,7 @@
35
<img src="@/assets/logos/sponge.png" alt="Sponge">
36
Sponge
37
</span>
38
- <small>{{ $t('download.sponge', { version: 'API 8 & 9' }) }}</small>
+ <small>{{ $t('download.sponge', { version: 'API 12' }) }}</small>
39
</a>
40
<a
41
:href="downloads.fabric"
0 commit comments