Commit aa39e8b0 authored by Aron Carroll's avatar Aron Carroll

Fix display text for notification toggles

parent ab219224
......@@ -5,7 +5,7 @@ class AccountController
auth, flash, formHelpers, identity, session) ->
persona_filter = $filter('persona')
$scope.subscriptionDescription =
reply: 'Receive notification emails when: - Someone replies to one of my annotations'
reply: 'Someone replies to one of my annotations'
onSuccess = (form, response) ->
# Fire flash messages.
......
<div class="tab-pane" title="Notifications">
<form class="account-form form" name="notificationsForm">
<p class="form-description">Receive notification emails for:</p>
<p class="form-description">Receive notification emails when:</p>
<div class="form-field form-checkbox-list">
<div class="form-checkbox-item" ng-repeat="subscription in subscriptions">
<input id="checkbox-{{$index}}" type="checkbox" ng-model="subscription.active" ng-change="updated($index, notificationsForm)" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment