Skip to content

Commit

Permalink
fix: remove typo error (#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline authored Oct 19, 2023
2 parents efb48ee + cbff543 commit 9179cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/hub/lists/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const ListsHub: WithPageLayout = () => {
<Text>
Are you sure you want to delete <span className="font-bold text-light-slate-12">{listNameToDelete}</span>?
</Text>
<Text>If you have data on this list that your team is using, they will loose access</Text>
<Text>If you have data on this list that your team is using, they will lose access</Text>
<Text>
<span className="font-bold text-light-slate-12">This action cannot be undone</span>
</Text>
Expand Down

0 comments on commit 9179cd6

Please sign in to comment.