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,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