Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 36d4eb8

Browse files
committed
Restore 'use default' naming on room notifications
Fixes element-hq/element-web#18139 Following #6352
1 parent 0d8309c commit 36d4eb8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/views/rooms/RoomTile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ export default class RoomTile extends React.PureComponent<IProps, IState> {
419419
>
420420
<IconizedContextMenuOptionList first>
421421
<IconizedContextMenuRadio
422-
label={_t("Global")}
422+
label={_t("Use default")}
423423
active={state === ALL_MESSAGES}
424424
iconClassName="mx_RoomTile_iconBell"
425425
onClick={this.onClickAllNotifs}

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,6 +1641,7 @@
16411641
"Show %(count)s more|other": "Show %(count)s more",
16421642
"Show %(count)s more|one": "Show %(count)s more",
16431643
"Show less": "Show less",
1644+
"Use default": "Use default",
16441645
"All messages": "All messages",
16451646
"Mentions & Keywords": "Mentions & Keywords",
16461647
"Notification options": "Notification options",

0 commit comments

Comments
 (0)