diff --git a/web/repertory/lib/helpers.dart b/web/repertory/lib/helpers.dart index a10f6769..35ce6df6 100644 --- a/web/repertory/lib/helpers.dart +++ b/web/repertory/lib/helpers.dart @@ -386,7 +386,7 @@ Future editMountLocation( ); }).toList(), ), - title: const Text('Mount Location'), + title: const Text('Mount Location', textAlign: TextAlign.center), ); }, );