From d8cb84fc687dd38d0dbf19bc69ddab4f0e39ac23 Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <erasmussen2@unl.edu> Date: Fri, 18 Sep 2009 21:17:18 +0000 Subject: [PATCH] change text from home tab to globe tab --- flexprofile_mj/actions/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flexprofile_mj/actions/edit.php b/flexprofile_mj/actions/edit.php index 889f7b2e..9e1e41a2 100755 --- a/flexprofile_mj/actions/edit.php +++ b/flexprofile_mj/actions/edit.php @@ -30,7 +30,7 @@ if ($user && $user->canEdit()) { add_to_river('river/user/default/profileupdate','update',$user->guid,$user->guid); if ($_POST['firstlogin'] == 'yes'){ - system_message("Your profile has been created! Now add a profile picture to finish putting yourself on the map. Click the 'Home' tab to return to the map."); + system_message("Your profile has been created! Now add a profile picture to finish putting yourself on the map. Click the 'Globe' tab to see the map."); forward($user->getUrl() . "/editicon?firstlogin=yes"); } -- GitLab