Skip to content

Commit 33318b0

Browse files
authoredApr 10, 2025
Changed 'Create Successfully' to 'Created Successfully (#5369)
* Fixed typo: 'Created cluster successfully' to 'Created Successfully' * Updated 'Cluster.ClusterCreated' and 'Common.Created' messages to past tense
1 parent e16a1ef commit 33318b0

File tree

1 file changed

+2
-2
lines changed
  • apollo-portal/src/main/resources/static/i18n

1 file changed

+2
-2
lines changed
 

‎apollo-portal/src/main/resources/static/i18n/en.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"Common.ClusterRemarks": "Remarks",
3131
"Common.Submit": "Submit",
3232
"Common.Save": "Save",
33-
"Common.Created": "Create Successfully",
33+
"Common.Created": "Created Successfully",
3434
"Common.CreateFailed": "Fail to Create",
3535
"Common.Deleted": "Delete Successfully",
3636
"Common.DeleteFailed": "Fail to Delete",
@@ -359,7 +359,7 @@
359359
"Cluster.CreateRemarksTips": "(Adding remarks to clusters can help users better understand the purpose of each cluster.)",
360360
"Cluster.ChooseEnvironment": "Environment",
361361
"Cluster.LoadingEnvironmentError": "Error in loading environment information",
362-
"Cluster.ClusterCreated": "Create cluster successfully",
362+
"Cluster.ClusterCreated": "Created cluster successfully",
363363
"Cluster.ClusterCreateFailed": "Failed to create cluster",
364364
"Cluster.PleaseChooseEnvironment": "Please select the environment",
365365
"Cluster.Grant": "Authorize",

0 commit comments

Comments
 (0)