mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-13 10:25:44 +00:00
fix: update keyboard shortcuts label from cmd + k to ctrl + k
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user