Update header text in organization settings dialog to include organization name
This commit is contained in:
@@ -237,7 +237,7 @@ class _OrganizationSettingsDialogState
|
||||
Row(
|
||||
children: [
|
||||
Text(
|
||||
'Manage Organization',
|
||||
'Manage ${widget.organization.name}',
|
||||
style: TextStyle(
|
||||
color: AppTheme.primaryText,
|
||||
fontSize: 24,
|
||||
|
||||
Reference in New Issue
Block a user