Skip to content

Commit

Permalink
feat: update invitation dialog text
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Sep 4, 2024
1 parent c919e59 commit b062ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/modules/settings/tabs/invitations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const SettingInvitations = () => {
content: ({ dismiss }) => (
<>
<div className="flex items-center">
<span>Generating an invitation code will cost you 10 </span><i className="i-mgc-power mx-1 text-base" /><span>Power. Are you sure you want to continue?</span>
<span>Generating an invitation code will cost you 10 </span><i className="i-mgc-power mx-1 text-base" /><span>Power. Do you want to continue?</span>
</div>
<div className="mt-4 flex items-center justify-end gap-3">
<Button variant="outline" onClick={dismiss}>
Expand Down

0 comments on commit b062ea2

Please sign in to comment.