Skip to content

Commit

Permalink
Merge pull request #4777 from nextcloud/Valdnet-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Sep 6, 2023
2 parents 372260b + c5d3dfc commit a025fda
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 a025fda

Please sign in to comment.