Update header text in organization settings dialog to include organization name

This commit is contained in:
Leon Bösche
2026-01-24 01:31:25 +01:00
parent c675cb9125
commit 3dd4a9b692

View File

@@ -237,7 +237,7 @@ class _OrganizationSettingsDialogState
Row( Row(
children: [ children: [
Text( Text(
'Manage Organization', 'Manage ${widget.organization.name}',
style: TextStyle( style: TextStyle(
color: AppTheme.primaryText, color: AppTheme.primaryText,
fontSize: 24, fontSize: 24,