Change text label on notifications.

This commit is contained in:
Daniel 2018-08-01 16:04:44 -03:00
parent 5c65ca7a47
commit 5599b8288d

View file

@ -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>