From d28db14e153ddfa095c81d5fd0bdc5ef49109e34 Mon Sep 17 00:00:00 2001 From: Felix Wolfsteller Date: Mon, 12 Oct 2020 09:34:33 +0200 Subject: [PATCH] i18n work (#31) --- app/views/admin/course/lessons/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin/course/lessons/index.html.haml b/app/views/admin/course/lessons/index.html.haml index 81a94fe..53faac0 100644 --- a/app/views/admin/course/lessons/index.html.haml +++ b/app/views/admin/course/lessons/index.html.haml @@ -30,9 +30,9 @@ .buttons = link_to t('actions.show'), [:admin, lesson.style, lesson] %td - = link_to t('actions.dit'), edit_admin_style_lesson_path(lesson.style, lesson) + = link_to t('actions.edit'), edit_admin_style_lesson_path(lesson.style, lesson) %td - = link_to t('actions.Destroy'), [:admin, lesson.style, lesson], method: :delete, data: { confirm: t('are_you_sure?') } + = link_to t('actions.Destroy'), [:admin, lesson.style, lesson], method: :delete, data: { confirm: t('actions.are_you_sure?') } %br