Skip to content

Commit

Permalink
change "webhooks" to "api keys" on api keys page
Browse files Browse the repository at this point in the history
  • Loading branch information
reganwolfrom committed Sep 27, 2023
1 parent 3ebe744 commit d0f0ab0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ export function ApiKeys() {
</div>
<div className="pl-1 uppercase text-base">
{userSite ? (
<span>Webhooks: Team Documents</span>
<span>API Keys: Team Documents</span>
) : (
<span>Webhooks: Documents</span>
<span>API Keys: Documents</span>
)}
</div>
</div>
Expand Down

0 comments on commit d0f0ab0

Please sign in to comment.