Skip to content

Commit

Permalink
fix: change the placeholder when silent message is on
Browse files Browse the repository at this point in the history
Signed-off-by: DorraJaouad <[email protected]>
  • Loading branch information
DorraJaouad committed Nov 18, 2024
1 parent 97f7661 commit 629a4c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/NewMessage/NewMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@ export default {
return t('spreed', 'No permission to post messages in this conversation')
} else if (!this.currentConversationIsJoined) {
return t('spreed', 'Joining conversation …')
} else if (this.silentChat) {
return t('spreed', 'Write a message (silent)')
} else {
// Use the default placeholder
return undefined
Expand Down

0 comments on commit 629a4c9

Please sign in to comment.