mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 09:08:32 +02:00
Fix Authenticatin typo
https://feedback.yaak.app/p/authentication-misspelled-in-request-auth-tooltip
This commit is contained in:
@@ -37,7 +37,7 @@ export function useAuthTab<T extends string>(tabValue: T, model: AuthenticatedMo
|
|||||||
<IconTooltip
|
<IconTooltip
|
||||||
icon="magic_wand"
|
icon="magic_wand"
|
||||||
iconSize="xs"
|
iconSize="xs"
|
||||||
content="Authenticatin was inherited from an ancestor"
|
content="Authentication was inherited from an ancestor"
|
||||||
/>
|
/>
|
||||||
</HStack>
|
</HStack>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user