Skip to content

Commit

Permalink
Added suffix to clarify subscribing to email notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenba committed Aug 19, 2015
1 parent f585988 commit 9976137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NuGetGallery/Views/Users/Account.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
**************************@
@AccordianBar(
groupName: "editprofile",
title: (CurrentUser.EmailAllowed ? "Subscribed to Email Notifications" : "Not subscribed to Email Notifications"),
title: (CurrentUser.EmailAllowed ? "Subscribed to Email Notifications" : "Not subscribed to Email Notifications (users can't contact you)"),
enabled: CurrentUser.EmailAllowed,
actions: @<text>
@item.ExpandLink("More Info", "Less Info")
Expand Down

0 comments on commit 9976137

Please sign in to comment.