diff --git a/src/Controller/StateUsersController.php b/src/Controller/StateUsersController.php index 6082e073e..6dce235d0 100644 --- a/src/Controller/StateUsersController.php +++ b/src/Controller/StateUsersController.php @@ -162,13 +162,13 @@ class StateUsersController extends AppController } else if(count($user['login']) == 1) { if($user['login'][0]['email_checked'] == true) { $state = 'email activated'; - $color = 'success'; + $color = 'primary'; $l_user = $user['login'][0]; $finalUser['name'] = $l_user['first_name'] . ' ' . $l_user['last_name']; $finalUser['email'] = $l_user['email']; if(count($user['community']) == 1) { $state = 'account copied to community'; - $color = 'primary'; + $color = 'success'; //var_dump($user['community'][0]->state_balances[0]['amount']); if(isset($user['community'][0]->state_balances) && isset($user['community'][0]->state_balances[0]['amount'])) { diff --git a/src/Template/Layout/frontend_ripple.ctp b/src/Template/Layout/frontend_ripple.ctp index 136e81476..7a2b1724f 100644 --- a/src/Template/Layout/frontend_ripple.ctp +++ b/src/Template/Layout/frontend_ripple.ctp @@ -42,7 +42,7 @@ $GLOBALS["self"] = $this;
= __("Community Server in Entwicklung") ?>
-Alpha 0.10.0
+Alpha 0.11.0