summaryrefslogtreecommitdiff
path: root/app/views/voicemail_settings/_index_core.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/voicemail_settings/_index_core.html.haml')
-rw-r--r--app/views/voicemail_settings/_index_core.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/voicemail_settings/_index_core.html.haml b/app/views/voicemail_settings/_index_core.html.haml
index 94ebfb1..9173fe6 100644
--- a/app/views/voicemail_settings/_index_core.html.haml
+++ b/app/views/voicemail_settings/_index_core.html.haml
@@ -8,7 +8,7 @@
%tbody
- for voicemail_setting in voicemail_settings
%tr
- %td= voicemail_setting.name
+ %td= t("voicemail_settings.settings.#{voicemail_setting.name}")
%td= voicemail_setting.value
%td= voicemail_setting.description
=render :partial => 'shared/index_view_edit_destroy_part', :locals => {:parent => voicemail_setting.voicemail_account, :child => voicemail_setting}