Skip to content

Commit cbd1db1

Browse files
add setting description
1 parent b3bf08d commit cbd1db1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

apps/meteor/server/settings/message.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ export const createMessageSettings = () =>
168168
await this.add('Message_MaxAllowedSize', 5000, {
169169
type: 'int',
170170
public: true,
171+
i18nDescription: 'Message_MaxAllowedSize_Description',
171172
});
172173
await this.add('Message_AllowConvertLongMessagesToAttachment', true, {
173174
type: 'boolean',

packages/i18n/src/locales/en.i18n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3517,6 +3517,7 @@
35173517
"Message_KeepHistory": "Keep Per Message Editing History",
35183518
"Message_MaxAll": "Maximum Channel Size for ALL Message",
35193519
"Message_MaxAllowedSize": "Maximum Allowed Characters Per Message",
3520+
"Message_MaxAllowedSize_Description": "Maximum number of characters allowed per message. Messages exceeding this limit will be displayed as plain text without markdown parsing.",
35203521
"Message_not_sent_try_again": "Message not sent. \nPlease try again",
35213522
"Message_QuoteChainLimit": "Maximum Number of Chained Quotes",
35223523
"Message_Read_Receipt_Enabled": "Show Read Receipts",

0 commit comments

Comments
 (0)