Stick behind a feature flag
This commit is contained in:
parent
776210c135
commit
0f2cd6ea73
5 changed files with 25 additions and 14 deletions
|
@ -115,7 +115,7 @@ export default class NotificationsSettingsTab extends React.Component {
|
|||
<div className='mx_SettingsTab_section mx_SettingsTab_subsectionText'>
|
||||
<span className='mx_SettingsTab_subheading'>{_t("Sounds")}</span>
|
||||
<div>
|
||||
<span>{_t("Notification sound")}: <code>{this.state.currentSound}</code></span>
|
||||
<span>{_t("Custom Notification Sounds")}: <code>{this.state.currentSound}</code></span>
|
||||
</div>
|
||||
<div>
|
||||
<h3>{_t("Set a new custom sound")}</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue