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();