Skip to content

Commit

Permalink
consistent variable name
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
  • Loading branch information
BeryJu committed Nov 8, 2023
1 parent a2c2dbd commit 6db30fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/src/components/Comparison/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ export default function Comparison() {
const tooltipPlanned = "Planned as a future feature";
const tooltipRequiresLicense =
"Requires additional licenses/not included in base tier";
const toolRequiresProductAADS =
const tooltipRequiresProductAADS =
"Requires additional product: Azure AD Domain Services";
const toolRequiresProductWAP =
const tooltipRequiresProductWAP =
"Requires additional product: Web Application Proxy";
return (
<>
Expand Down Expand Up @@ -137,7 +137,7 @@ export default function Comparison() {
<AlertTriangle
className="tooltip"
data-tooltip-content={
toolRequiresProductAADS
tooltipRequiresProductAADS
}
></AlertTriangle>
</td>
Expand Down Expand Up @@ -532,7 +532,7 @@ export default function Comparison() {
<AlertTriangle
className="tooltip"
data-tooltip-content={
toolRequiresProductWAP
tooltipRequiresProductWAP
}
></AlertTriangle>
</td>
Expand Down

0 comments on commit 6db30fa

Please sign in to comment.