Skip to content

Commit 66dbf6e

Browse files
authored
Fix quotation marks in Ukrainian language file
Well, we need to redo the check, there's a clear mistake there
1 parent a6da5e8 commit 66dbf6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/lang/uk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export default {
235235
run: 'Запуск',
236236
add: 'Додати',
237237
password_required: 'Пароль обов’язковий',
238-
name_required: "Ім’я обов’язкове",
238+
name_required: 'Ім’я обов’язкове',
239239
user_credentials_required: 'Облікові дані користувача обов’язкові',
240240
type_required: 'Тип обов’язковий',
241241
path_required: 'Шлях до інвентарного файлу обов’язковий',

0 commit comments

Comments
 (0)