apps icon indicating copy to clipboard operation
apps copied to clipboard

Proposal/discussion to update the SS58 format long description tooltip.

Open chrisdcosta opened this issue 2 years ago • 2 comments

In the settings page the the tooltip for the SS58 format describes the format as follows:

Prefix indicates the ss58 address format in this network, it is a number between 0 ~ 255 that describes the precise format...

This refers to the original format for the SS58Prefix being of type u8. This has now been changed to u16 type allowing for more values to be created.

I propose to change the text to read:

Prefix indicates the ss58 address format in this network, it is a 16-bit integer that describes the precise format...

However, this impacts many already translated files and so it cannot be globally updated in english without creating inconsistencies with the translated versions.

chrisdcosta avatar Mar 28 '22 10:03 chrisdcosta

It sounds spot-on.

That is fine. If untranslated, the English version will show.

PRs really welcome.

jacogr avatar Mar 28 '22 11:03 jacogr

Ok I will work on it.

chrisdcosta avatar Mar 28 '22 11:03 chrisdcosta

Closed in https://github.com/polkadot-js/apps/pull/7277

jacogr avatar Mar 14 '23 13:03 jacogr

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.

polkadot-js-bot avatar Apr 04 '23 08:04 polkadot-js-bot