Skip to content

Commit

Permalink
fix(NcRichContenteditable): make the default placeholder short
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
  • Loading branch information
ShGKme committed Aug 9, 2023
1 parent 6a30283 commit 439988f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -201,7 +201,7 @@ export default {
placeholder: {
type: String,
default: t('Write message, use "@" to mention someone, use ":" for emoji autocompletion'),
default: t('"@" to mention, ":" for emoji …'),
},
autoComplete: {
Expand Down

0 comments on commit 439988f

Please sign in to comment.