Skip to content

Commit fa29b7f

Browse files
Merge pull request #1417 from sendbird/bug-fix/CLNP-6499
[CLNP-6499][fix]: improve wording for mention limit error message
2 parents 2df7d14 + 2e4b4ce commit fa29b7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/Label/stringSet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const stringSet = {
203203
THREAD__INPUT__REPLY_IN_THREAD: 'Reply in thread',
204204
// Feature - Mention
205205
MENTION_NAME__NO_NAME: '(No name)',
206-
MENTION_COUNT__OVER_LIMIT: 'You can mention up to %d times at a time.',
206+
MENTION_COUNT__OVER_LIMIT: 'You can have up to %d mentions per message.',
207207
UI__FILE_VIEWER__UNSUPPORT: 'Unsupported message',
208208
// Feature - Voice Message
209209
VOICE_RECORDING_PERMISSION_DENIED: `You cannot record the voice since

0 commit comments

Comments
 (0)