Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text appearing after a cluster is created should be 'Created Successfully'. #5368

Open
jagrutatwork opened this issue Mar 26, 2025 · 1 comment · May be fixed by #5369
Open

Text appearing after a cluster is created should be 'Created Successfully'. #5368

jagrutatwork opened this issue Mar 26, 2025 · 1 comment · May be fixed by #5369

Comments

@jagrutatwork
Copy link

Image

Text appearing after a cluster is created should be 'Created Successfully'. It is 'Create Successfully' right now.
Refer to the image attached.

Copy link

dosubot bot commented Mar 26, 2025

Hello @jagrutatwork! I'm here to help you with any bugs, questions, or contributions you have. Let's solve this together!

To change the text from 'Create Successfully' to 'Created Successfully' after a cluster is created in the Apollo configuration management system, you need to modify the following entry in the apollo-portal/src/main/resources/static/i18n/en.json file:

Change:

"Cluster.ClusterCreated": "Create cluster successfully"

To:

"Cluster.ClusterCreated": "Created cluster successfully"

After making this change, follow the process for updating and deploying changes to text strings in the Apollo system, which involves editing the configuration and publishing it [1][2].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant