Merge pull request #2582 from tschallacka/ukraine-fix

Unescaped quote fix
This commit is contained in:
Samuel Georges 2017-01-08 10:31:57 +11:00 committed by GitHub
commit 7e7e9720d2
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,7 @@ return [
'widget_new_row_label' => 'Створити новий рядок',
'widget_new_row_description' => 'Помістити віджет у новий рядок.',
'widget_title_label' => 'Назва віджету',
'widget_title_error' => 'Назва віджету є обов'язковою.',
'widget_title_error' => 'Назва віджету є обов\'язковою.',
'status' => [
'widget_title_default' => 'Статус системи',
'online' => 'онлайн',
@ -371,3 +371,4 @@ return [
'file_not_found_error' => 'Файл не знайдено',
'empty_error' => 'Не вказано даних для експорту'
],
];