This commit is contained in:
2025-03-15 09:13:18 -05:00
parent d209b52848
commit 1a7dc51c4b
3 changed files with 8 additions and 5 deletions

View File

@ -158,7 +158,7 @@ class _AddMountScreenState extends State<AddMountScreen> {
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(
content: Text(
"Configuration '${_mountNameController.text}' already exists",
"Configuration name '${_mountNameController.text}' already exists",
textAlign: TextAlign.center,
),
),