mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Translate tooltip block.
This commit is contained in:
parent
5287af1b9f
commit
f14934f42c
@ -65,7 +65,7 @@ class PageHeaderToolbar extends Component {
|
||||
{({ i18n }) => (
|
||||
<Toolbar>
|
||||
<ToolbarGroup>
|
||||
<Tooltip position="left" content={<div>Help</div>}>
|
||||
<Tooltip position="left" content={<div>{i18n._(t`Info`)}</div>}>
|
||||
<ToolbarItem>
|
||||
<Dropdown
|
||||
isPlain
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user