mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
better error message when confirming email change
This commit is contained in:
parent
7673684d91
commit
cafbf506cc
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<a class="btn" href="/"><%= t('change_email.please_continue', site_name: SiteSetting.title) %></a>
|
||||
<% else %>
|
||||
<div class='alert alert-error'>
|
||||
<%=t 'change_email.error' %>
|
||||
<%=t 'change_email.already_done' %>
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue