diff options
Diffstat (limited to 'modules/gallery/views/after_install.html.php')
| -rw-r--r-- | modules/gallery/views/after_install.html.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/gallery/views/after_install.html.php b/modules/gallery/views/after_install.html.php index bfce46f0..b77a1707 100644 --- a/modules/gallery/views/after_install.html.php +++ b/modules/gallery/views/after_install.html.php @@ -8,7 +8,7 @@  </p>  <p> -  <?= t("You're logged in to the <b>%user_name</b> account.  The very first thing you should do is to change your password to something that you'll remember.", array("user_name" => p::clean($user->name))) ?> +  <?= t("You're logged in to the <b>%user_name</b> account.  The very first thing you should do is to change your password to something that you'll remember.", array("user_name" => $user->name)) ?>  </p>  <p> | 
