Browse Source

Replace 'amo-admins@mozilla.org' by 'team@instantbird.org'.

Florian Queze 13 years ago
parent
commit
ef6c12b027

+ 2 - 2
site/app/controllers/components/editors.php

@@ -141,7 +141,7 @@ class EditorsComponent extends Object {
         }
         else {
             $this->controller->Email->template = 'email/superreview';
-            $this->controller->Email->to = 'amo-admins@mozilla.org';
+            $this->controller->Email->to = 'team@instantbird.org';
             //Doesn't need to be localized
             $this->controller->Email->subject = "Super-review requested: {$emailInfo['name']}";  
         }
@@ -271,7 +271,7 @@ class EditorsComponent extends Object {
         }
         else {
             $this->controller->Email->template = 'email/superreview';
-            $this->controller->Email->to = 'amo-admins@mozilla.org';
+            $this->controller->Email->to = 'team@instantbird.org';
             //Doesn't need to be localized
             $this->controller->Email->subject = "Super-review requested: {$emailInfo['name']}";  
         }

+ 1 - 1
site/app/views/developers/addon_status.thtml

@@ -86,7 +86,7 @@
                         break;
                         
                     case STATUS_DISABLED:
-                        echo sprintf(___('devcp_addon_status_switch_disabled'), 'amo-admins@mozilla.org');
+                        echo sprintf(___('devcp_addon_status_switch_disabled'), 'team@instantbird.org');
                         break;
                     }
                 ?>

+ 1 - 1
site/app/views/developers/dashboard.thtml

@@ -96,7 +96,7 @@
             else {
                 // Admin Disabled Add-on
                 echo '<p>'.sprintf(___('devcp_dashboard_disabled_status'), '<span class ="'.STATUS_DISABLED.'">'.$statuses[STATUS_DISABLED].'</span>').'</p>';
-                echo '<p>'.sprintf(___('devcp_dashboard_disabled_questions'), 'amo-admins@mozilla.org').'</p>';
+                echo '<p>'.sprintf(___('devcp_dashboard_disabled_questions'), 'team@instantbird.org').'</p>';
             }
             ?>
             </div>

+ 1 - 1
site/app/views/users/delete.thtml

@@ -83,7 +83,7 @@
             echo 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('team@instantbird.org'));
             break;
         }
     ?>