Skip to content

Commit

Permalink
correct a typo on the admin screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Almdal committed Apr 1, 2010
1 parent 811cb34 commit 199417f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/register/views/admin_register.html.php
Expand Up @@ -11,7 +11,7 @@
});
</script>
<div id="g-admin-register" class="g-block">
<h1><?= t("User registration adminstration") ?></h1>
<h1><?= t("User registration administration") ?></h1>
<div id="g-registration-admin" class="g-block-content">
<?= form::open($action, array("method" => "post"), $hidden) ?>
<fieldset>
Expand Down

0 comments on commit 199417f

Please sign in to comment.