forked from science-ation/science-ation
- Fix some text in volunteer main
This commit is contained in:
parent
0d8f704cd8
commit
009af97420
@ -37,7 +37,7 @@
|
|||||||
echo happy(i18n('Your password has been successfully updated'));
|
echo happy(i18n('Your password has been successfully updated'));
|
||||||
break;
|
break;
|
||||||
case 'already_logged_in':
|
case 'already_logged_in':
|
||||||
echo error(i18n('You are already logged in, please use the [Logout] link in the upper right to logout'));
|
echo error(i18n('You are already logged in, please use the [Logout] link in the upper right to logout before loggin in as different user'));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user