ifrost/fix-link (#86965)

* Fix link label

* Switch to lowercase
This commit is contained in:
Piotr Jamróz 2024-04-29 14:33:00 +02:00 committed by GitHub
parent f1e8d2645f
commit 5830d6761d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -83,7 +83,7 @@ export function ShortLinkButtonMenu() {
{
key: 'copy-short-link-abs-time',
icon: 'clock-nine',
label: t('explore.toolbar.copy-shortened-link-abs-time', 'Copy Absolute Shortened URL'),
label: t('explore.toolbar.copy-shortened-link-abs-time', 'Copy absolute shortened URL'),
shorten: true,
getUrl: () => {
return constructAbsoluteUrl(panes);
@ -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'),
shorten: false,
getUrl: () => {
return constructAbsoluteUrl(panes);

View File

@ -584,11 +584,11 @@
"toolbar": {
"aria-label": "Explore toolbar",
"copy-link": "Copy URL",
"copy-link-abs-time": "Copy Absolute Shortened URL",
"copy-link-abs-time": "Copy absolute URL",
"copy-links-absolute-category": "Time-sync URL links (share with time range intact)",
"copy-links-normal-category": "Normal URL links",
"copy-shortened-link": "Copy shortened URL",
"copy-shortened-link-abs-time": "Copy Absolute Shortened URL",
"copy-shortened-link-abs-time": "Copy absolute shortened URL",
"copy-shortened-link-menu": "Open copy link options",
"refresh-picker-cancel": "Cancel",
"refresh-picker-run": "Run query",

View File

@ -584,11 +584,11 @@
"toolbar": {
"aria-label": "Ēχpľőřę ŧőőľþäř",
"copy-link": "Cőpy ŮŖĿ",
"copy-link-abs-time": "Cőpy Åþşőľūŧę Ŝĥőřŧęʼnęđ ŮŖĿ",
"copy-link-abs-time": "Cőpy äþşőľūŧę ŮŖĿ",
"copy-links-absolute-category": "Ŧįmę-şyʼnč ŮŖĿ ľįʼnĸş (şĥäřę ŵįŧĥ ŧįmę řäʼnģę įʼnŧäčŧ)",
"copy-links-normal-category": "Ńőřmäľ ŮŖĿ ľįʼnĸş",
"copy-shortened-link": "Cőpy şĥőřŧęʼnęđ ŮŖĿ",
"copy-shortened-link-abs-time": "Cőpy Åþşőľūŧę Ŝĥőřŧęʼnęđ ŮŖĿ",
"copy-shortened-link-abs-time": "Cőpy äþşőľūŧę şĥőřŧęʼnęđ ŮŖĿ",
"copy-shortened-link-menu": "Øpęʼn čőpy ľįʼnĸ őpŧįőʼnş",
"refresh-picker-cancel": "Cäʼnčęľ",
"refresh-picker-run": "Ŗūʼn qūęřy",