Use correct transaltion key for delete email button (#3422)

pull/3435/head^2
Lauris BH 6 years ago committed by GitHub
parent b3fd94c13d
commit f9a5cc4d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/user/settings/email.tmpl

@ -16,7 +16,7 @@
{{if not .IsPrimary}}
<div class="right floated content">
<button class="ui red tiny button delete-button" data-url="{{$.Link}}/delete" data-id="{{.ID}}">
{{$.i18n.Tr "settings.delete_key"}}
{{$.i18n.Tr "settings.delete_email"}}
</button>
</div>
{{if .IsActivated}}

Loading…
Cancel
Save