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

Explore: Fix share link labels #86965

Merged
merged 3 commits into from Apr 29, 2024
Merged

Explore: Fix share link labels #86965

merged 3 commits into from Apr 29, 2024

Conversation

ifrost
Copy link
Contributor

@ifrost ifrost commented Apr 26, 2024

Fixes #86964

before after
Screenshot 2024-04-26 at 10 36 52 Screenshot 2024-04-26 at 10 40 15

@ifrost ifrost marked this pull request as ready for review April 26, 2024 08:44
@ifrost ifrost requested review from a team as code owners April 26, 2024 08:44
@ifrost ifrost requested review from ashharrison90 and L-M-K-B and removed request for a team April 26, 2024 08:44
@grafana-delivery-bot grafana-delivery-bot bot added this to the 11.1.x milestone Apr 26, 2024
@@ -93,7 +93,7 @@ export function ShortLinkButtonMenu() {
{
key: 'copy-link-abs-time',
icon: 'clock-nine',
label: t('explore.toolbar.copy-link-abs-time', 'Copy Absolute Shortened URL'),
label: t('explore.toolbar.copy-link-abs-time', 'Copy Absolute URL'),
Copy link
Contributor

Choose a reason for hiding this comment

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

While we're nit-picking, absolute probably should have a lowercase A ✌️

@L-M-K-B L-M-K-B added no-backport Skip backport of PR no-changelog Skip including change in changelog/release notes labels Apr 29, 2024
@ifrost ifrost merged commit 5830d67 into main Apr 29, 2024
14 checks passed
@ifrost ifrost deleted the ifrost/fix-link branch April 29, 2024 12:33
@ifrost ifrost changed the title ifrost/fix-link Explore: Fix share link labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/explore area/frontend no-backport Skip backport of PR no-changelog Skip including change in changelog/release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Explore: Incorrect copy URL label
4 participants