change wordings

pull/3892/head
Joseph Izang 1 year ago
parent 7a43c0f431
commit f502002a88
  1. 9
      libs/remix-ui/static-analyser/src/lib/remix-ui-static-analyser.tsx

@ -679,7 +679,14 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
{hint.formattedMessage}
</span>
<br />
<span>{`${hint.column}:${hint.line}`}</span>
<CustomTooltip
placement="right"
tooltipId="errorTooltip"
tooltipText={`Position in ${state.file}`}
tooltipClasses="text-nowrap"
>
<span>{`Pos: ${hint.column}:${hint.line}`}</span>
</CustomTooltip>
</div>
</div>
))}

Loading…
Cancel
Save