Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/compatibility/developers.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/compatibility/developers.thtml')
-rw-r--r--site/app/views/compatibility/developers.thtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/app/views/compatibility/developers.thtml b/site/app/views/compatibility/developers.thtml
index 5b4ae0c..3e208f4 100644
--- a/site/app/views/compatibility/developers.thtml
+++ b/site/app/views/compatibility/developers.thtml
@@ -68,11 +68,11 @@ if ($loggedin) {
echo '</ul>';
}
else {
- echo '<p class="login">'.___('compatibility_developers_no_addons', 'You do not have any add-ons hosted on Mozilla Add-ons.').'</p>';
+ echo '<p class="login">'.___('compatibility_developers_no_addons', 'You do not have any activities hosted on Sugar Labs Activites.').'</p>';
}
}
else {
- echo '<p class="login">'.sprintf(__('compatibility_developers_login_first', 'If you have add-ons hosted on Mozilla Add-ons, <a href="%1$s">please login</a> to analyze the status of your add-ons for %2$s.'), $html->url($html->login_url()), APP_PRETTYNAME." {$version}").'</p>';
+ echo '<p class="login">'.sprintf(__('compatibility_developers_login_first', 'If you have activities hosted on Sugar Labs Activities, <a href="%1$s">please login</a> to analyze the status of your activity for %2$s.'), $html->url($html->login_url()), APP_PRETTYNAME." {$version}").'</p>';
}
?>
<?php if ($format != 'ajax'): ?>