mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
use "downloading" instead of "fetching"
https://t.me/plebchanreact/9445
This commit is contained in:
@@ -63,7 +63,7 @@ const useFeedStateString = (subplebbitAddresses?: string[]): string | undefined
|
||||
states['fetching-ipfs']?.clientUrls.forEach((clientUrl) => clientHosts.add(getClientHost(clientUrl)));
|
||||
|
||||
if (clientHosts.size) {
|
||||
stateString += 'loading ';
|
||||
stateString += 'downloading ';
|
||||
if (states['fetching-ipns']) {
|
||||
stateString += `${states['fetching-ipns'].subplebbitAddresses.length} boards`;
|
||||
}
|
||||
|
||||
@@ -63,9 +63,9 @@ const useStateString = (commentOrSubplebbit: CommentOrSubplebbit): string | unde
|
||||
.replaceAll('-', ' ')
|
||||
.replace('ipfs', 'post')
|
||||
.replace('ipns', 'subplebbit')
|
||||
.replace('fetching', 'loading')
|
||||
.replace('fetching', 'downloading')
|
||||
.replace('subplebbit subplebbit', 'board')
|
||||
.replace('loading subplebbit', 'loading board');
|
||||
.replace('downloading subplebbit', 'downloading board');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user