forked from yaso_meth/mih-project
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(
|
||||
MihIcons.profileSetup,
|
||||
color: MzansiInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
|
||||
@@ -302,7 +302,7 @@ class _MihPersonalProfileState extends State<MihPersonalProfile> {
|
||||
controller: purposeController,
|
||||
multiLineInput: true,
|
||||
requiredText: true,
|
||||
hintText: "Your Purpose",
|
||||
hintText: "Your Personal Mission",
|
||||
validator: (value) {
|
||||
return MihValidationServices()
|
||||
.validateLength(purposeController.text, 256);
|
||||
@@ -513,7 +513,7 @@ class _MihPersonalProfileState extends State<MihPersonalProfile> {
|
||||
child: Text(
|
||||
widget.arguments.signedInUser.purpose.isNotEmpty
|
||||
? widget.arguments.signedInUser.purpose
|
||||
: "No purpose added yet",
|
||||
: "No Personal Mission added yet",
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
fontSize: 15,
|
||||
|
||||
@@ -157,7 +157,7 @@ class _MihPersonalProfileViewState extends State<MihPersonalProfileView> {
|
||||
child: Text(
|
||||
widget.user.purpose.isNotEmpty
|
||||
? widget.user.purpose
|
||||
: "No purpose added yet",
|
||||
: "No Personal Mission added yet",
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
fontSize: 15,
|
||||
|
||||
Reference in New Issue
Block a user