From 021f9fecf848aa4ca21d72ddb214af436a808478 Mon Sep 17 00:00:00 2001 From: Stella Rouzi Date: Sun, 27 Jul 2014 15:53:19 +0300 Subject: [PATCH] programm -> program --- app/views/admin/conference/show.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin/conference/show.html.haml b/app/views/admin/conference/show.html.haml index f9e8f8d8..f450023e 100644 --- a/app/views/admin/conference/show.html.haml +++ b/app/views/admin/conference/show.html.haml @@ -26,8 +26,8 @@ .icon %i.glyphicon.glyphicon-user .text - %label.text-muted programm: #{@program_length} min - %label.text-muted new programm: #{@new_program_length} min + %label.text-muted program: #{@program_length} min + %label.text-muted new program: #{@new_program_length} min .row = render partial: 'targets', locals: { targets: @program_minutes_targets, name: 'program_hours' } .row