commit
907a3cd3f6
4 changed files with 19 additions and 11 deletions
|
|
@ -216,6 +216,7 @@ const Header = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
return title !== '' ? (
|
return title !== '' ? (
|
||||||
|
<Tooltip content={t('tooltips.copy_url')}>
|
||||||
<Button
|
<Button
|
||||||
blended={true}
|
blended={true}
|
||||||
rightAccessoryIcon={
|
rightAccessoryIcon={
|
||||||
|
|
@ -226,6 +227,7 @@ const Header = () => {
|
||||||
text={title}
|
text={title}
|
||||||
onClick={copyToClipboard}
|
onClick={copyToClipboard}
|
||||||
/>
|
/>
|
||||||
|
</Tooltip>
|
||||||
) : (
|
) : (
|
||||||
''
|
''
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,10 @@
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
gap: $unit;
|
gap: $unit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.UncapIndicator {
|
||||||
|
min-width: 100px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -404,6 +404,7 @@
|
||||||
"remix": "Remixed"
|
"remix": "Remixed"
|
||||||
},
|
},
|
||||||
"tooltips": {
|
"tooltips": {
|
||||||
|
"copy_url": "Copy the URL to this team",
|
||||||
"remix": "Make a copy of this team",
|
"remix": "Make a copy of this team",
|
||||||
"save": "Save this team to your account",
|
"save": "Save this team to your account",
|
||||||
"source": "Go to original team"
|
"source": "Go to original team"
|
||||||
|
|
|
||||||
|
|
@ -405,7 +405,8 @@
|
||||||
"remix": "リミックスされた"
|
"remix": "リミックスされた"
|
||||||
},
|
},
|
||||||
"tooltips": {
|
"tooltips": {
|
||||||
"remix": "この編成をコピーする",
|
"copy_url": "この編成のURLをコピーする",
|
||||||
|
"remix": "この編成の複製を作成する",
|
||||||
"save": "この編成をアカウントに保存する",
|
"save": "この編成をアカウントに保存する",
|
||||||
"source": "オリジナルの編成へ"
|
"source": "オリジナルの編成へ"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue