summaryrefslogtreecommitdiff
path: root/modules/gallery/views/welcome_message.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/views/welcome_message.html.php')
-rw-r--r--modules/gallery/views/welcome_message.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/views/welcome_message.html.php b/modules/gallery/views/welcome_message.html.php
index 4acdb156..b50163fa 100644
--- a/modules/gallery/views/welcome_message.html.php
+++ b/modules/gallery/views/welcome_message.html.php
@@ -16,10 +16,10 @@
<p>
<a href="<?= url::site("form/edit/users/{$user->id}") ?>"
- title="<?= t("Edit Your Profile")->for_html_attr() ?>"
+ title="<?= t("Edit your profile")->for_html_attr() ?>"
id="g-after-install-change-password-link"
class="g-button ui-state-default ui-corners-all">
- <?= t("Change Password Now") ?>
+ <?= t("Change password now") ?>
</a>
<script>
$("#g-after-install-change-password-link").gallery_dialog();