mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
posts are called threads
This commit is contained in:
@@ -71,7 +71,7 @@ const useFeedStateString = (subplebbitAddresses?: string[]): string | undefined
|
||||
if (states['fetching-ipns']) {
|
||||
stateString += ', ';
|
||||
}
|
||||
stateString += `${states['fetching-ipfs'].subplebbitAddresses.length} posts`;
|
||||
stateString += `${states['fetching-ipfs'].subplebbitAddresses.length} threads`;
|
||||
}
|
||||
if (pagesStatesSubplebbitAddresses.size) {
|
||||
if (states['fetching-ipns'] || states['fetching-ipfs']) {
|
||||
|
||||
@@ -61,7 +61,7 @@ const useStateString = (commentOrSubplebbit: CommentOrSubplebbit): string | unde
|
||||
if (stateString) {
|
||||
stateString = stateString
|
||||
.replaceAll('-', ' ')
|
||||
.replace('ipfs', 'post')
|
||||
.replace('ipfs', 'thread')
|
||||
.replace('ipns', 'subplebbit')
|
||||
.replace('fetching', 'downloading')
|
||||
.replace('subplebbit subplebbit', 'board')
|
||||
|
||||
Reference in New Issue
Block a user