Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Oct 16, 2024
1 parent 069a5ef commit ac4e1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/screens/BackupNode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export function BackupNode() {
<AlertTriangleIcon className="h-4 w-4" />
<AlertTitle>Do not run your node on multiple devices</AlertTitle>
<AlertDescription>
{window.location.protocol}
{window.location.hostname}
Your node maintains channel state with your channel partners. After
you create this backup, do not restart Alby Hub on this device.
</AlertDescription>
Expand Down

0 comments on commit ac4e1ec

Please sign in to comment.