Skip to content

Commit 4f84005

Browse files
authored
[ITEP-26813] capitalization fixes (#80)
1 parent e49232a commit 4f84005

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/cluster-orch/src/components/organism/cluster/clusterCreation/NameAndTemplate/NameAndTemplate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const NameAndTemplate = () => {
4343
} else {
4444
setValid(false);
4545
setErrorMessage(
46-
"A valid DNS name is required. can contain only lowercase letters (a-z), numbers (0-9), and hyphens (-), and must start and end with a letter or number, not a hyphen",
46+
"A valid DNS name is required. Can contain only lowercase letters (a-z), numbers (0-9), and hyphens (-), and must start and end with a letter or number, not a hyphen.",
4747
);
4848
}
4949
};

apps/cluster-orch/src/components/pages/ClusterCreation/ClusterCreation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ const ClusterCreation = () => {
243243
return {
244244
...prev,
245245
message:
246-
"Cluster is created. redirecting you back to the Clusters page...",
246+
"Cluster is created. Redirecting you back to the Clusters page...",
247247
state: ToastState.Success,
248248
visibility: ToastVisibility.Show,
249249
};

0 commit comments

Comments
 (0)