Skip to content

Commit

Permalink
Merge pull request #4827 from nextcloud/Valdnet-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Oct 11, 2023
2 parents b57faa0 + 79f5440 commit ebd35c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/CodeBlockView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<NcActionInput :label="t('text', 'Code block language')"
:value="type"
:show-trailing-button="false"
:placeholder="t('text', 'e.g. php, javascript, json, ')"
:placeholder="t('text', 'e.g. php, javascript, json…')"
@input="updateLanguage">
<template #icon>
<MarkerIcon :size="20" />
Expand Down

0 comments on commit ebd35c1

Please sign in to comment.