posts are called threads

This commit is contained in:
Tom (plebeius.eth)
2025-02-24 22:40:05 +01:00
parent 2ebf3bd2c2
commit b8668d1e6d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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']) {
+1 -1
View File
@@ -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')