Hi@akhtar,
You can add a display name or description in your Openshift project. You need to add this requirement in your oc new-project command. You can see the below-given example.
$ oc new-project hello-openshift --description="This is an example project to demonstrate OpenShift v3" --display-name="Hello OpenShift"