Update header text in organization settings dialog to include organization name
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user