Skip to content

Commit e17c9c1

Browse files
committed
feat: get projects v2 metadata from data-services
1 parent 5d61fad commit e17c9c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/features/projectMigrationV2/MigrationV2Modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default function MigrationV2Modal({
9090
<BoxArrowInUp className={cx("bi", "me-1")} />
9191
{step === 1
9292
? "Select project to migrate"
93-
: "Migrate project to Renku 2.0"}
93+
: "Migrate project to Renku 2.0 V2"}
9494
</ModalHeader>
9595
<ModalBody className="p-4">
9696
{result.error && <RtkErrorAlert error={result.error} />}

0 commit comments

Comments
 (0)