Skip to content

Commit

Permalink
Update impersonation tooltip as suggested
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Waś <[email protected]>
  • Loading branch information
FabianScheidt and nineinchnick committed Apr 13, 2024
1 parent 436415f commit e5336a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConfigEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class ConfigEditor extends PureComponent<Props, State> {
<div className="gf-form-inline">
<InlineField
label="Impersonate logged in user"
tooltip="If enabled, set X-Trino-User to the current Grafana user"
tooltip="If enabled, set the Trino session user to the current Grafana user"
>
<InlineSwitch
id="trino-settings-enable-impersonation"
Expand Down

0 comments on commit e5336a1

Please sign in to comment.