diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-09-21 08:46:18 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-09-21 08:46:18 +0200 |
commit | 55d86f2ff57c2a462c6ca2bfd01208fe40032813 (patch) | |
tree | 92526cc49bbdfb627005f54de42f3574d64e50e3 /src/web/templates/profile.html | |
parent | Improved the profile form. (diff) | |
download | newspipe-55d86f2ff57c2a462c6ca2bfd01208fe40032813.tar.gz newspipe-55d86f2ff57c2a462c6ca2bfd01208fe40032813.tar.bz2 newspipe-55d86f2ff57c2a462c6ca2bfd01208fe40032813.zip |
Updated translations.
Diffstat (limited to 'src/web/templates/profile.html')
-rw-r--r-- | src/web/templates/profile.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/templates/profile.html b/src/web/templates/profile.html index e3be4261..86ee51f6 100644 --- a/src/web/templates/profile.html +++ b/src/web/templates/profile.html @@ -4,8 +4,8 @@ <h1>{{ _('Your Profile') }}</h1> <div class="row"> <div class="col-md-6"> - <p>{{ _('Member since') }} {{ user.date_created | datetime }}.</p> - <p>{{ _('Last seen:') }} {{ user.last_seen | datetime }}.</p> + <p>{{ _('Member since') }}: {{ user.date_created | datetime }}.</p> + <p>{{ _('Last seen') }}: {{ user.last_seen | datetime }}.</p> </div> </div> <div class="well"> |