Skip to content

Commit daa91db

Browse files
committed
fix wrong text
1 parent d68cc5c commit daa91db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/GameView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ export default function GameView() {
611611
<DropdownLabel>Direct Download</DropdownLabel>
612612
</DropdownItem>
613613
<DropdownItem onClick={handleClientDownload}>
614-
<DropdownLabel>Open in Client</DropdownLabel>
614+
<DropdownLabel>Download via GameVault Client</DropdownLabel>
615615
</DropdownItem>
616616
</DropdownMenu>
617617
</Dropdown>

0 commit comments

Comments
 (0)