summaryrefslogtreecommitdiff
path: root/app/views/softkeys/_index_core.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/softkeys/_index_core.html.haml')
-rw-r--r--app/views/softkeys/_index_core.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/softkeys/_index_core.html.haml b/app/views/softkeys/_index_core.html.haml
index e2cb16c..4a06c72 100644
--- a/app/views/softkeys/_index_core.html.haml
+++ b/app/views/softkeys/_index_core.html.haml
@@ -15,7 +15,7 @@
- if softkeys.count > 1
%span.handle
%i.icon-resize-vertical
- %td= softkey.function
+ %td= t("softkeys.functions.#{softkey.softkey_function}")
%td= softkey.number
%td= softkey.label
=render :partial => 'shared/index_view_edit_destroy_part', :locals => {:parent => softkey.sip_account, :child => softkey} \ No newline at end of file