mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
76185559e8
commit
575e864c1b
1 changed files with 4 additions and 4 deletions
|
@ -57,11 +57,11 @@ export const TruncateHeightSection: React.SFC<Props> = ({
|
|||
>
|
||||
<Ellipsis horizontal={!isOpen} />{' '}
|
||||
{isOpen
|
||||
? i18n.translate('xpack.apm.toggleHeight.showMoreButtonLabel', {
|
||||
defaultMessage: 'Show more lines'
|
||||
})
|
||||
: i18n.translate('xpack.apm.toggleHeight.showLessButtonLabel', {
|
||||
? i18n.translate('xpack.apm.toggleHeight.showLessButtonLabel', {
|
||||
defaultMessage: 'Show fewer lines'
|
||||
})
|
||||
: i18n.translate('xpack.apm.toggleHeight.showMoreButtonLabel', {
|
||||
defaultMessage: 'Show more lines'
|
||||
})}
|
||||
</EuiLink>
|
||||
</ToggleButtonContainer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue