aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/api_keys/edit.html.slim
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/api_keys/edit.html.slim')
-rw-r--r--app/views/api_keys/edit.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/api_keys/edit.html.slim b/app/views/api_keys/edit.html.slim
index b1bd1858d..9d7d1fdb7 100644
--- a/app/views/api_keys/edit.html.slim
+++ b/app/views/api_keys/edit.html.slim
@@ -5,7 +5,7 @@
t('last_update', time: l(@api_key.updated_at, format: :short)),
''
- / Below is secundary actions & optional contents (filters, ...)
+ / Below are secondary actions & optional content (filters, ...)
.row.mb-sm
.col-lg-12.text-right
= ( policy(@api_key).destroy? ? link_to(t('actions.destroy'), api_key_path(@api_key), :method => :delete, class: 'btn btn-default') : '' )