diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/account.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep index 53e93fa..0a5dbda 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -20,7 +20,7 @@ <span class="card-title"><%= L('account.changed-language') %></span> % } % elsif ($success eq 'privacy') { - <span class="card-title"><%= L('account.changed-privacy') %</span> + <span class="card-title"><%= L('account.changed-privacy') %></span> % } % elsif ($success eq 'social') { <span class="card-title"><%= L('account.changed-social') %></span> |