Skip to content

Commit

Permalink
Fix: Change minor wording issue (#788)
Browse files Browse the repository at this point in the history
* Fix: Change minor wording issue

Signed-off-by: Craig Jellick <[email protected]>
  • Loading branch information
cjellick authored Dec 6, 2024
1 parent d4255a6 commit 2f14103
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ui/admin/app/components/knowledge/OAuthSignDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ const OauthSignDialog: FC<OauthSignDialogProps> = ({
<DialogContent>
<DialogTitle>Checking Authentication</DialogTitle>
<div className="flex flex-row items-center justify-center">
<p>
Please wait while it is checking authentication.
</p>
<p>Please wait while we check authentication.</p>
<LoadingSpinner className="ml-2" />
</div>
</DialogContent>
Expand Down

0 comments on commit 2f14103

Please sign in to comment.