Skip to content

Commit 629a4c9

Browse files
committed
fix: change the placeholder when silent message is on
Signed-off-by: DorraJaouad <[email protected]>
1 parent 97f7661 commit 629a4c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/NewMessage/NewMessage.vue

+2
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,8 @@ export default {
357357
return t('spreed', 'No permission to post messages in this conversation')
358358
} else if (!this.currentConversationIsJoined) {
359359
return t('spreed', 'Joining conversation …')
360+
} else if (this.silentChat) {
361+
return t('spreed', 'Write a message (silent)')
360362
} else {
361363
// Use the default placeholder
362364
return undefined

0 commit comments

Comments
 (0)