Skip to content

Commit

Permalink
change label error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Victor Goklas authored and Jonathan Victor Goklas committed May 17, 2024
1 parent 54a68f6 commit eb1816e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/packages/app/src/project_setting/form/Labels.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const Labels = ({
setIsValidLabels(labelsValid);
if (!labelsValid) {
setLabelError(
"Invalid labels. Both key and value of a label must start and end with an alphanumeric character and must contain only alphanumeric and dash (-)"
"Invalid labels. Both key and value of a label must contain only lowercase alphanumeric and dash (-) and must start and end with an alphanumeric character"
);
}
// }
Expand Down

0 comments on commit eb1816e

Please sign in to comment.