Skip to content

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

@belikor

Description

@belikor

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.'

{__('A backup of your wallet is synced with lbry.tv.')}

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".

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: new featureNew functionality that does not exist yet

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions