change working of "Your Purpose" to "Your Personal Mission"
This commit is contained in:
@@ -34,7 +34,7 @@ class _MzansiSetupProfileTileState extends State<MzansiSetupProfileTile> {
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
appName: "Setup Profile",
|
appName: "Set Up Profile",
|
||||||
appIcon: Icon(
|
appIcon: Icon(
|
||||||
MihIcons.profileSetup,
|
MihIcons.profileSetup,
|
||||||
color: MzansiInnovationHub.of(context)!.theme.secondaryColor(),
|
color: MzansiInnovationHub.of(context)!.theme.secondaryColor(),
|
||||||
|
|||||||
@@ -302,7 +302,7 @@ class _MihPersonalProfileState extends State<MihPersonalProfile> {
|
|||||||
controller: purposeController,
|
controller: purposeController,
|
||||||
multiLineInput: true,
|
multiLineInput: true,
|
||||||
requiredText: true,
|
requiredText: true,
|
||||||
hintText: "Your Purpose",
|
hintText: "Your Personal Mission",
|
||||||
validator: (value) {
|
validator: (value) {
|
||||||
return MihValidationServices()
|
return MihValidationServices()
|
||||||
.validateLength(purposeController.text, 256);
|
.validateLength(purposeController.text, 256);
|
||||||
@@ -513,7 +513,7 @@ class _MihPersonalProfileState extends State<MihPersonalProfile> {
|
|||||||
child: Text(
|
child: Text(
|
||||||
widget.arguments.signedInUser.purpose.isNotEmpty
|
widget.arguments.signedInUser.purpose.isNotEmpty
|
||||||
? widget.arguments.signedInUser.purpose
|
? widget.arguments.signedInUser.purpose
|
||||||
: "No purpose added yet",
|
: "No Personal Mission added yet",
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 15,
|
fontSize: 15,
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ class _MihPersonalProfileViewState extends State<MihPersonalProfileView> {
|
|||||||
child: Text(
|
child: Text(
|
||||||
widget.user.purpose.isNotEmpty
|
widget.user.purpose.isNotEmpty
|
||||||
? widget.user.purpose
|
? widget.user.purpose
|
||||||
: "No purpose added yet",
|
: "No Personal Mission added yet",
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 15,
|
fontSize: 15,
|
||||||
|
|||||||
Reference in New Issue
Block a user