Skip to content

Commit

Permalink
settings: Update label for realm-level default of send_read_receipts.
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil839 authored and timabbott committed Aug 20, 2022
1 parent 3e7d7ee commit cb15767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/settings_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ export const realm_user_settings_defaults_labels = {

realm_presence_enabled: $t({defaultMessage: "Display availability to other users when online"}),
realm_enter_sends: $t({defaultMessage: "Enter sends when composing a message"}),
realm_send_read_receipts: $t({defaultMessage: "Let others see when user has read messages"}),
realm_send_read_receipts: $t({defaultMessage: "Allow other users to view read receipts"}),
};

// NOTIFICATIONS
Expand Down

0 comments on commit cb15767

Please sign in to comment.