Skip to content

Commit

Permalink
Fix [Artifacts] refine UI text for Register Artifact (#2339)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan7empest committed Mar 20, 2024
1 parent 587c224 commit 3ccce0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/createArtifact.util.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const artifactSubTitle =
export const createArtifactMessages = {
artifact: {
title:
'Register an artifact in MLRun so it can used, for example, by functions, jobs, and pipelines.',
'Register an artifact in MLRun so it can be used, for example, by functions, jobs, and pipelines.',
subTitle: artifactSubTitle,
uniquenessError:
'That combination of artifact name and artifact tag is already in use. Assign a unique combination of artifact name and artifact tag.'
Expand Down

0 comments on commit 3ccce0d

Please sign in to comment.