refactor(keycode-info): wording

This commit is contained in:
Corentin Thomasset 2023-02-06 23:26:40 +01:00
parent 072083832d
commit 1a3f0a135d
No known key found for this signature in database
GPG Key ID: DBD997E935996158

View File

@ -2,7 +2,7 @@
<div>
<n-card style="text-align: center; padding: 40px 0; margin-bottom: 26px">
<n-h2 v-if="event">{{ event.key }}</n-h2>
<n-text strong depth="3">Press the key on your keyboard you want to now stuff</n-text>
<n-text strong depth="3">Press the key on your keyboard you want to get info about this key</n-text>
</n-card>
<n-input-group v-for="({ label, value, placeholder }, i) of fields" :key="i" style="margin-bottom: 5px">