Change text label on notifications.
This commit is contained in:
parent
5c65ca7a47
commit
5599b8288d
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ class SettingsPage extends React.PureComponent<Props, State> {
|
||||||
name="desktopNotification"
|
name="desktopNotification"
|
||||||
onChange={this.onDesktopNotificationsChange}
|
onChange={this.onDesktopNotificationsChange}
|
||||||
checked={osNotificationsEnabled}
|
checked={osNotificationsEnabled}
|
||||||
postfix={__('Show OS notifications')}
|
postfix={__('Show Desktop Notifications')}
|
||||||
/>
|
/>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue