mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Dashboard] Maximize Panel Title Copy (#78690)
* Changed copy for expand panel action -> maximize panel.
This commit is contained in:
parent
dbef60d3f1
commit
ef5702bb8e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ export class ExpandPanelAction implements ActionByType<typeof ACTION_EXPAND_PANE
|
|||
defaultMessage: 'Minimize',
|
||||
})
|
||||
: i18n.translate('dashboard.actions.toggleExpandPanelMenuItem.notExpandedDisplayName', {
|
||||
defaultMessage: 'Full screen',
|
||||
defaultMessage: 'Maximize panel',
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue