Check exercise name uniqueness when creating

This commit is contained in:
AG
2025-11-26 22:26:45 +02:00
parent 53d11c6665
commit 94f0a9a17a
4 changed files with 35 additions and 9 deletions

View File

@@ -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: 'Профиль успешно сохранен',
}
};