Skip to content

Commit

Permalink
fix(Matterbridge): add a hint about Discord Channel ID usage
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy authored and backportbot[bot] committed Dec 4, 2024
1 parent 45c1792 commit 0a68fc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export const matterbridgeTypes: Record<string, MatterbridgeType> = {
},
channel: {
type: 'text',
placeholder: t('spreed', 'Channel ID or name'),
placeholder: t('spreed', 'Channel ID (prefixed with "ID:") or name'),
icon: 'icon-group',
},
},
Expand Down

0 comments on commit 0a68fc2

Please sign in to comment.