Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/users/delete.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/users/delete.thtml')
-rw-r--r--site/app/views/users/delete.thtml8
1 files changed, 4 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>