Skip to content

Commit

Permalink
setting description
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-rajpal committed May 15, 2024
1 parent 11c3eec commit ad46696
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/meteor/server/settings/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const createE2ESettings = () =>
await this.add('E2E_Allow_Unencrypted_Messages', false, {
type: 'boolean',
public: true,
i18nDescription: 'E2E_Allow_Unencrypted_Messages_description',
enableQuery: { _id: 'E2E_Enable', value: true },
});

Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/src/locales/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -1779,7 +1779,7 @@
"Markdown_Marked_Tables": "Enable Marked Tables",
"duplicated-account": "Duplicated account",
"E2E_Allow_Unencrypted_Messages": "Unencrypted messages in encrypted rooms",
"E2E_Allow_Unencrypted_Messages_description": "Allow plain text messages to be sent in encrypted rooms. These messages will not be encrypted.",
"E2E_Allow_Unencrypted_Messages_Description": "Allow plain text messages to be sent in encrypted rooms. These messages will not be encrypted.",
"E2E Encryption": "E2E Encryption",
"E2E_Encryption_enabled_for_room": "End-to-end encryption enabled for #{{roomName}}",
"E2E_Encryption_disabled_for_room": "End-to-end encryption disabled for #{{roomName}}",
Expand Down

0 comments on commit ad46696

Please sign in to comment.