feat(vocab): add SRS schedule date formatting and update close button text

This commit is contained in:
Torsten Schulz (local)
2026-08-26 09:53:30 +02:00
parent a481a440c8
commit bac915c328
2 changed files with 21 additions and 3 deletions

View File

@@ -327,7 +327,7 @@
</li>
</ul>
<div class="form-actions">
<button type="button" class="button-secondary" @click="showIntensiveStatusDialog = false">{{ $t('general.close') }}</button>
<button type="button" class="button-secondary" @click="showIntensiveStatusDialog = false">{{ $t('message.close') }}</button>
</div>
</section>
</div>