aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mod/profile/languages/en.php2
-rw-r--r--mod/riverdashboard/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/mod/profile/languages/en.php b/mod/profile/languages/en.php
index 67420836b..ee1c20115 100644
--- a/mod/profile/languages/en.php
+++ b/mod/profile/languages/en.php
@@ -69,7 +69,7 @@ $english = array(
'profile:defaultprofile:reset' => 'Default system profile reset',
'profile:resetdefault' => 'Reset default profile',
- 'profile:explainchangefields' => 'You can replace the existing profile fields with your own using the form below. First you give the new profile field a label, for example, \'Favourite team\'. Next you need to select the field type, for example, tags, url, text and so on. At any time you can revert back to the default profile set up.',
+ 'profile:explainchangefields' => 'You can replace the existing profile fields with your own using the form below. First you give the new profile field a label, for example, \'Favorite team\'. Next you need to select the field type, for example, tags, url, text and so on. At any time you can revert back to the default profile set up.',
/**
diff --git a/mod/riverdashboard/index.php b/mod/riverdashboard/index.php
index b51672c95..9fc54dda6 100644
--- a/mod/riverdashboard/index.php
+++ b/mod/riverdashboard/index.php
@@ -48,7 +48,7 @@ $river = str_replace('callback=true','replaced=88,334',$river);
$nav = elgg_view('riverdashboard/nav',array('type' => $type,'subtype' => $subtype,'orient' => $orient));
if(isloggedin()){
$sidebar = elgg_view("riverdashboard/menu",array('type' => $type,'subtype' => $subtype,'orient' => $orient));
- $sidebar .= elgg_view("riverdashboard/sidebar_options", array("object_type" => 'riverdashboard'));
+ $sidebar .= elgg_view("riverdashboard/sidebar", array("object_type" => 'riverdashboard'));
}else{
$sidebar = '';
}