Skip to content

Commit 2e4b4ce

Browse files
fix: improve wording for mention limit error message
1 parent 116c5be commit 2e4b4ce

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)