Skip to content

Commit e759cce

Browse files
Remove unnecessary use of tag in tooltip
Co-authored-by: Jan Waś <jan@was.net.pl>
1 parent c0a598e commit e759cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConfigEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export class ConfigEditor extends PureComponent<Props, State> {
7878
<div className="gf-form-inline">
7979
<InlineField
8080
label="Client Tags"
81-
tooltip="A comma-separated list of “tag” strings, used to identify Trino resource groups."
81+
tooltip="A comma-separated list of strings, used to identify Trino resource groups."
8282
labelWidth={26}
8383
>
8484
<Input

0 commit comments

Comments
 (0)