Skip to content

Commit

Permalink
Correcting tooltips: #2910
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jan 21, 2025
1 parent 6b1f0b5 commit 1194e13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ export default abstract class InstanceGeneric<
return (
<InstanceInfo
icon={<ImportExportIcon />}
tooltip={this.props.context.t('events')}
// tooltip={this.props.context.t('events')}
>
<div style={this.styles.displayFlex}>
<Tooltip
Expand Down

0 comments on commit 1194e13

Please sign in to comment.