Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Farning <dfarning@gmail.com>2009-03-20 16:55:19 (GMT)
committer David Farning <dfarning@gmail.com>2009-03-20 16:55:19 (GMT)
commit3f59de80a0ab411765d30362542e5c3b9fafeb0c (patch)
tree8e704021ed9251b401e05f32a6274c4c7a73cfd9
parentbdd544918041bf82f37c12fa16299cedaf35f1f1 (diff)
update delete.thtml to refer to aslo
-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 95e74ac..60297e3 100644
--- a/site/app/views/users/delete.thtml
+++ b/site/app/views/users/delete.thtml
@@ -68,7 +68,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('aslo-editors@sugarlabs.org'));
break;
case 'checkbox':
echo ___('user_del_error_checkbox', 'You need to check the box "I '
@@ -92,12 +92,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('aslo-editors@sugarlabs.org'))?></p>
<div class="corner-box">
<h2><?=___('user_del_header_confirm_deletion', 'Confirm account deletion')?></h2>
@@ -105,7 +105,7 @@
<p><?=___('user_del_permanently_removed_means', 'By clicking "delete" your '
.'account is going to be <strong>permanently removed</strong>. That means:')?>
<ul>
- <li><?=___('user_del_nologin', 'You will not be able to log into Mozilla Add-ons anymore.')?></li>
+ <li><?=___('user_del_nologin', 'You will not be able to log into Sugar Labs Activities anymore.')?></li>
<li><?=___('user_del_reviews_anonymized', 'Your reviews and ratings will '
.'not be deleted, but they will no longer be associated with you.')?></li>
</ul>