diff options
author | 2023-02-06 23:26:40 +0100 | |
---|---|---|
committer | 2023-02-06 23:26:40 +0100 | |
commit | 1a3f0a135d572501cc6aec50f39e09205aa616ca (patch) | |
tree | 3f00449ac07667f7f752eb5d307f243f76c94474 /src/tools/keycode-info/keycode-info.vue | |
parent | 072083832dee8d7377b4d0b8c56dc66c48714fb7 (diff) | |
download | it-tools-1a3f0a135d572501cc6aec50f39e09205aa616ca.tar.gz it-tools-1a3f0a135d572501cc6aec50f39e09205aa616ca.tar.zst it-tools-1a3f0a135d572501cc6aec50f39e09205aa616ca.zip |
refactor(keycode-info): wording
Diffstat (limited to '')
-rw-r--r-- | src/tools/keycode-info/keycode-info.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/keycode-info/keycode-info.vue b/src/tools/keycode-info/keycode-info.vue index 3ed41a4..169117a 100644 --- a/src/tools/keycode-info/keycode-info.vue +++ b/src/tools/keycode-info/keycode-info.vue @@ -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"> |