Skip to content

Commit

Permalink
Merge branch 'master' of github.com:iRail/Ghendetta
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Apr 26, 2012
2 parents 82c5937 + f06049c commit ecc1ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/dashboard.php
Expand Up @@ -42,7 +42,7 @@
echo '<strong class="region">' . $notification['data']['region'] . '</strong> is now ' . $notification['data']['clan'] . ' territory. Like a boss. <span class="date">' . date('j M H:i', $notification['date']) . '</span>';
break;
case 'new_capo':
echo 'Swear oath before your new leader. <strong>' . $notification['data']['name'] . ' just became Capo of your clan. <span class="date">' . date('j M H:i', $notification['date']) . '</span>';
echo 'Swear oath before your new leader. <strong>' . $notification['data']['name'] . '</strong> just became Capo of your clan. <span class="date">' . date('j M H:i', $notification['date']) . '</span>';
break;
case 'rank_won':
echo 'Your fellow associate <strong>' . $notification['data']['name'] . '</strong> was just promoted. <span class="date">' . date('j M H:i', $notification['date']) . '</span>';
Expand Down

0 comments on commit ecc1ae7

Please sign in to comment.