Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/users
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/users')
-rw-r--r--site/app/views/users/delete.thtml8
-rw-r--r--site/app/views/users/edit.thtml1
2 files changed, 5 insertions, 4 deletions
diff --git a/site/app/views/users/delete.thtml b/site/app/views/users/delete.thtml
index 046fa9c..dbbfa5b 100644
--- a/site/app/views/users/delete.thtml
+++ b/site/app/views/users/delete.thtml
@@ -70,7 +70,7 @@
echo '</p>';
echo sprintf(___('user_del_error_addons_more_questions', 'If you '
.'have additional questions, please contact %1$s for assistance.'),
- $link->email('amo-editors@mozilla.org'));
+ $link->email(EDITOR_EMAIL));
break;
case 'checkbox':
echo $this->renderElement('notification',
@@ -91,7 +91,7 @@
'description' => sprintf(___('user_del_error_unknown', 'An unknown error occured '
.'deleting your account. Please contact %1$s with the issue and '
.'we will delete it for you. We apologize for the inconvenience.'),
- $link->email('amo-admins@mozilla.org'))));
+ $link->email(ADMIN_EMAIL));
break;
}
}
@@ -99,12 +99,12 @@
<h1><?php echo sprintf(___('user_del_header_delete_account', 'Delete User Account %s'), $useremail)?></h1>
- <p><?=___('user_del_community_sad', 'The Mozilla Add-ons community is sad to see you go.')?></p>
+ <p><?=___('user_del_community_sad', 'The Sugar Labs Activity community is sad to see you go.')?></p>
<p><?php sprintf(___('user_del_specific_problem_editors', 'If you have a '
.'specific problem we may help you with, please do not delete your account '
.'now, but contact us at %1$s and we will do our best to assist you in '
- .'solving it.'), $link->email('amo-editors@mozilla.org'))?></p>
+ .'solving it.'), $link->email(EDITOR_EMAIL))?></p>
<div class="highlight">
<h2><?=___('user_del_header_confirm_deletion', 'Confirm account deletion')?></h2>
diff --git a/site/app/views/users/edit.thtml b/site/app/views/users/edit.thtml
index 008b34a..36a1176 100644
--- a/site/app/views/users/edit.thtml
+++ b/site/app/views/users/edit.thtml
@@ -159,6 +159,7 @@ else:
<ul>
<li><label for="UserNotifycompat"><?=$html->checkbox('User/notifycompat')?>&nbsp;<?=___('user_notifications_item_compat', 'Add-on Compatibility (strongly recommended)')?></label></li>
<li><label for="UserNotifyevents"><?=$html->checkbox('User/notifyevents')?>&nbsp;<?=___('user_notifications_item_events', 'Upcoming events and contests')?></li>
+ <li><label for="UserNotifybroadcast"><?=$html->checkbox('User/notifybroadcast')?>&nbsp;<?=___('user_notifications_item_broadcast', 'Broadcast events')?></li>
</ul>
<p><?=___('user_notifications_specific_contact', 'Mozilla reserves the right to contact you individually about specific concerns with your hosted add-ons.')?></p>