From f8f2c1dd0813c839c481994df2230eec43826e10 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Mon, 24 Mar 2025 19:03:05 -0500 Subject: [PATCH] refactor --- web/repertory/lib/widgets/mount_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/repertory/lib/widgets/mount_widget.dart b/web/repertory/lib/widgets/mount_widget.dart index 18a8718e..452397c6 100644 --- a/web/repertory/lib/widgets/mount_widget.dart +++ b/web/repertory/lib/widgets/mount_widget.dart @@ -71,7 +71,7 @@ class _MountWidgetState extends State { IconButton( icon: const Icon(Icons.edit), color: subTextColor, - tooltip: 'Edit location', + tooltip: 'Edit mount location', onPressed: () async { setState(() => _editEnabled = false); final available = await mount.getAvailableLocations();