Minor settings line wording tweaks

This commit is contained in:
Ian Philips 2022-06-06 11:46:26 -06:00
parent 1976bc755e
commit 6aa639591b

View File

@ -472,7 +472,7 @@ function NotificationSettings() {
<div className={''}> <div className={''}>
You will receive notifications for: You will receive notifications for:
<NotificationSettingLine <NotificationSettingLine
label={"Resolutions on questions you've interacted with"} label={"Resolution of questions you've interacted with"}
highlight={notificationSettings !== 'none'} highlight={notificationSettings !== 'none'}
/> />
<NotificationSettingLine <NotificationSettingLine
@ -493,7 +493,7 @@ function NotificationSettings() {
<div> <div>
You will receive emails for: You will receive emails for:
<NotificationSettingLine <NotificationSettingLine
label={"Resolutions on questions you're betting on"} label={"Resolution of questions you're betting on"}
highlight={emailNotificationSettings !== 'none'} highlight={emailNotificationSettings !== 'none'}
/> />
<NotificationSettingLine <NotificationSettingLine