Change strings referencing lbry.tv in favor of odysee.com #7275

Open
opened 2021-11-12 06:10:58 +01:00 by belikor · 0 comments
belikor commented 2021-11-12 06:10:58 +01:00 (Migrated from github.com)

Is your feature request related to a problem? Please describe.

Many strings still make a reference to the "lbry.tv" website, which no longer exists. These strings should be changed to "Odysee.com" to avoid confusion.

We can inspect all strings in the source code with this

grep -iR lbry.tv *
grep -iR lbry.tv * | wc -l

There are around 90 lines that contain "lbry.tv", of which some of them are strings in the user interface, and others are part of the code and comments.

Additional context

A user requested this in Discord, as he noticed the following string in the wallet page.

'A backup of your wallet is synced with lbry.tv.'

eb56f1b486/ui/component/walletBalance/view.jsx (L144)

As long as Odysee works as the online backup option for the LBRY Desktop wallet, the "lbry.tv" strings should be changed to "Odysee.com".

**Is your feature request related to a problem? Please describe.** Many strings still make a reference to the "lbry.tv" website, which no longer exists. These strings should be changed to "Odysee.com" to avoid confusion. We can inspect all strings in the source code with this ```sh grep -iR lbry.tv * grep -iR lbry.tv * | wc -l ``` There are around 90 lines that contain "lbry.tv", of which some of them are strings in the user interface, and others are part of the code and comments. **Additional context** A user requested this in Discord, as he noticed the following string in the wallet page. ``` 'A backup of your wallet is synced with lbry.tv.' ``` https://github.com/lbryio/lbry-desktop/blob/eb56f1b486a1925f3808af502a0ac17bae021672/ui/component/walletBalance/view.jsx#L144 As long as Odysee works as the online backup option for the LBRY Desktop wallet, the "lbry.tv" strings should be changed to "Odysee.com".
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#7275
No description provided.