Skip to content

Commit b062ea2

Browse files
committed
feat: update invitation dialog text
1 parent c919e59 commit b062ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/src/modules/settings/tabs/invitations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const SettingInvitations = () => {
7272
content: ({ dismiss }) => (
7373
<>
7474
<div className="flex items-center">
75-
<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>
75+
<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>
7676
</div>
7777
<div className="mt-4 flex items-center justify-end gap-3">
7878
<Button variant="outline" onClick={dismiss}>

0 commit comments

Comments
 (0)