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

[UII] Agent activity text is not translated #183783

Open
jen-huang opened this issue May 17, 2024 · 1 comment
Open

[UII] Agent activity text is not translated #183783

jen-huang opened this issue May 17, 2024 · 1 comment
Labels
bug Fixes for quality problems that affect the customer experience Team:Fleet Team label for Observability Data Collection Fleet team

Comments

@jen-huang
Copy link
Contributor

jen-huang commented May 17, 2024

The way that the strings are currently built for text in the agent activity flyout means that they are currently not registered with i18n and won't be translated:

const actionNames: {
[key: string]: { inProgressText: string; completedText: string; cancelledText: string };
} = {
POLICY_REASSIGN: {
inProgressText: 'Reassigning',
completedText: 'assigned to a new policy',
cancelledText: 'assignment',
},

We probably need to manually build strings for each action type + status rather than trying to build them "from config".

@jen-huang jen-huang added bug Fixes for quality problems that affect the customer experience Team:Fleet Team label for Observability Data Collection Fleet team labels May 17, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/fleet (Team:Fleet)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Team:Fleet Team label for Observability Data Collection Fleet team
Projects
None yet
Development

No branches or pull requests

2 participants