[Dashboard] Maximize Panel Title Copy (#78690)

* Changed copy for expand panel action -> maximize panel.
This commit is contained in:
Devon Thomson 2020-09-29 13:28:02 -04:00 committed by GitHub
parent dbef60d3f1
commit ef5702bb8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
});
}