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"
|
||||
onChange={this.onDesktopNotificationsChange}
|
||||
checked={osNotificationsEnabled}
|
||||
postfix={__('Show OS notifications')}
|
||||
postfix={__('Show Desktop Notifications')}
|
||||
/>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in a new issue