From 0174be3e6d3c238430bafde1cd77d2d7c03a6113 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Mon, 24 Mar 2025 19:03:29 -0500 Subject: [PATCH] refactor --- web/repertory/lib/helpers.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/repertory/lib/helpers.dart b/web/repertory/lib/helpers.dart index 3082e114..a10f6769 100644 --- a/web/repertory/lib/helpers.dart +++ b/web/repertory/lib/helpers.dart @@ -386,7 +386,7 @@ Future editMountLocation( ); }).toList(), ), - title: const Text('Set Mount Location'), + title: const Text('Mount Location'), ); }, );