]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/account/History.templ
upd: change wording of header in history page
[gigi.git] / src / club / wpia / gigi / pages / account / History.templ
index 90f1892941777fbeb09292568711599258fb97b8..c2c0f6d60bdd0691cb3343faca545680729df642 100644 (file)
@@ -1,6 +1,6 @@
 <table class="table">
 <tbody>
-<tr><th><? if($username) { ?><?=_Support actions for ${username}?><? } else { ?><?=_Support actions?><? } ?></th></tr>
+<tr><th><? if($username) { ?><?=_Actions in user account of ${username}?><? } else { ?><?=_Actions in user account?><? } ?></th></tr>
 <? foreach($entries) { ?>
 <tr><td><?=$entry?></td></tr>
 <? } ?>