aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/categories/_form.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/blog/categories/_form.html.erb')
-rw-r--r--app/views/admin/blog/categories/_form.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/blog/categories/_form.html.erb b/app/views/admin/blog/categories/_form.html.erb
index f55992a..bfcbc7b 100644
--- a/app/views/admin/blog/categories/_form.html.erb
+++ b/app/views/admin/blog/categories/_form.html.erb
@@ -14,6 +14,6 @@
:locals => {
:f => f,
:continue_editing => false,
- :delete_title => t('admin.blog.categories.category.delete')
+ :delete_title => t('delete', :scope => 'admin.blog.categories.category')
} %>
<% end %>