fix(dashboard/settings): typo in logout component

This commit is contained in:
Marc Köhler
2024-05-24 14:11:16 +08:00
committed by Carl-Gerhard Lindesvärd
parent 204b223383
commit 3cd35082de

View File

@@ -11,7 +11,7 @@ export function Logout() {
</WidgetHead>
<WidgetBody>
<p className="mb-4">
Sometime&apos;s you need to go. See you next time
Sometimes you need to go. See you next time
</p>
<SignOutButton />
</WidgetBody>