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