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

release/v1.15
Lauris BH 2018-01-31 00:31:06 +02:00 committed by GitHub
parent b3fd94c13d
commit f9a5cc4d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 20 deletions

View File

@ -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}}