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

Fixed optimization table translations #8931

Merged

Conversation

GilbertCherrie
Copy link
Member

Fixed the optimization table on the Overview > Optimization page missing translations for the 'Queue Report' button.

Before:
Before

After:
After

@@ -5,12 +5,12 @@ const convertHeader = (headerItems) => headerItems.map((item) => ({ key: item[0]

/** Attributes needed for a button. */
const buttonData = (item) => ({
alt: 'Queue Report',
alt: `${__('Queue Report')}`,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @GilbertCherrie , can't we just use like this - __('Queue Report')

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jeffibm Should be fixed now if you can review again

@GilbertCherrie GilbertCherrie force-pushed the fix_optimization_table_translations branch from d64e3e2 to fc351e4 Compare October 11, 2023 16:39
@miq-bot
Copy link
Member

miq-bot commented Oct 11, 2023

Checked commit GilbertCherrie@fc351e4 with ruby 2.6.10, rubocop 1.28.2, haml-lint 0.35.0, and yamllint
0 files checked, 0 offenses detected
Everything looks fine. 🏆

@Fryguy Fryguy merged commit 57c9798 into ManageIQ:master Oct 11, 2023
15 checks passed
@Fryguy Fryguy assigned Fryguy and unassigned jeffibm Oct 11, 2023
@GilbertCherrie GilbertCherrie deleted the fix_optimization_table_translations branch October 11, 2023 20:00
@Fryguy
Copy link
Member

Fryguy commented Oct 27, 2023

Skipping backport to quinteros, because it is already in the branch.

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

Successfully merging this pull request may close these issues.

4 participants