fix: update keyboard shortcuts label from cmd + k to ctrl + k

This commit is contained in:
Abhinav Raut
2025-06-08 16:35:59 +05:30
parent 813ef91964
commit ebf6a980e8
5 changed files with 7 additions and 7 deletions

View File

@@ -69,7 +69,7 @@
:autoFocus="false"
v-model:htmlContent="action.value[0]"
@update:htmlContent="(value) => handleEditorChange(value, index)"
:placeholder="t('editor.newLine') + t('editor.send') + t('editor.cmdK')"
:placeholder="t('editor.newLine') + t('editor.send') + t('editor.ctrlK')"
/>
</div>
</div>