|
@@ -110,7 +110,7 @@ const Form: React.FC = () => {
|
|
return (
|
|
return (
|
|
<FormProvider {...methods}>
|
|
<FormProvider {...methods}>
|
|
<PageHeading
|
|
<PageHeading
|
|
- text="Edit"
|
|
|
|
|
|
+ text={`${subject} Edit`}
|
|
backText="Schema Registry"
|
|
backText="Schema Registry"
|
|
backTo={clusterSchemasPath(clusterName)}
|
|
backTo={clusterSchemasPath(clusterName)}
|
|
/>
|
|
/>
|