Check exercise name uniqueness when creating
This commit is contained in:
@@ -155,6 +155,7 @@ const translations = {
|
||||
show_archived: 'Show Archived',
|
||||
filter_by_name: 'Filter by name',
|
||||
type_to_filter: 'Type to filter...',
|
||||
exercise_name_exists: 'An exercise with this name already exists',
|
||||
profile_saved: 'Profile saved successfully',
|
||||
},
|
||||
ru: {
|
||||
@@ -304,6 +305,7 @@ const translations = {
|
||||
show_archived: 'Показать архивные',
|
||||
filter_by_name: 'Фильтр по названию',
|
||||
type_to_filter: 'Введите для фильтрации...',
|
||||
exercise_name_exists: 'Упражнение с таким названием уже существует',
|
||||
profile_saved: 'Профиль успешно сохранен',
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user