Skip to content

Commit 6555402

Browse files
committed
Settings::ApiTokens: Use Tooltip component
1 parent a04d87b commit 6555402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/settings/api-tokens.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
{{#each (this.listToParts token.endpoint_scopes) as |part|~}}
5050
{{#if (eq part.type "element")}}
51-
<strong>{{part.value}}<EmberTooltip @text={{this.scopeDescription part.value}} /></strong>
51+
<strong>{{part.value}}<Tooltip @text={{this.scopeDescription part.value}} /></strong>
5252
{{~else~}}
5353
{{part.value}}
5454
{{/if}}
@@ -62,7 +62,7 @@
6262

6363
{{#each (this.listToParts token.crate_scopes) as |part|~}}
6464
{{#if (eq part.type "element")}}
65-
<strong>{{part.value}}<EmberTooltip @text={{this.patternDescription part.value}} /></strong>
65+
<strong>{{part.value}}<Tooltip @text={{this.patternDescription part.value}} /></strong>
6666
{{~else~}}
6767
{{part.value}}
6868
{{/if}}

0 commit comments

Comments
 (0)