mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 18:01:01 +08:00
better error message when confirming email change
This commit is contained in:
parent
7673684d91
commit
cafbf506cc
|
@ -9,7 +9,7 @@
|
||||||
<a class="btn" href="/"><%= t('change_email.please_continue', site_name: SiteSetting.title) %></a>
|
<a class="btn" href="/"><%= t('change_email.please_continue', site_name: SiteSetting.title) %></a>
|
||||||
<% else %>
|
<% else %>
|
||||||
<div class='alert alert-error'>
|
<div class='alert alert-error'>
|
||||||
<%=t 'change_email.error' %>
|
<%=t 'change_email.already_done' %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user