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