Use correct transaltion key for delete email button (#3422)
This commit is contained in:
parent
b3fd94c13d
commit
f9a5cc4d8e
|
@ -16,7 +16,7 @@
|
||||||
{{if not .IsPrimary}}
|
{{if not .IsPrimary}}
|
||||||
<div class="right floated content">
|
<div class="right floated content">
|
||||||
<button class="ui red tiny button delete-button" data-url="{{$.Link}}/delete" data-id="{{.ID}}">
|
<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>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
{{if .IsActivated}}
|
{{if .IsActivated}}
|
||||||
|
|
Loading…
Reference in New Issue