We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d61fad commit e17c9c1Copy full SHA for e17c9c1
1 file changed
client/src/features/projectMigrationV2/MigrationV2Modal.tsx
@@ -90,7 +90,7 @@ export default function MigrationV2Modal({
90
<BoxArrowInUp className={cx("bi", "me-1")} />
91
{step === 1
92
? "Select project to migrate"
93
- : "Migrate project to Renku 2.0"}
+ : "Migrate project to Renku 2.0 V2"}
94
</ModalHeader>
95
<ModalBody className="p-4">
96
{result.error && <RtkErrorAlert error={result.error} />}
0 commit comments