Skip to content

Commit

Permalink
docs: clarify mfs total size caveat
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Nov 14, 2024
1 parent 40c512b commit c43c135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/locales/en/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
"clickToCancel": "Click to cancel",
"blocks": "Blocks",
"allBlocks": "All blocks",
"allBlocksDescription": "Total size of blocks on your entire IPFS node; this includes everything in Files, plus all locally pinned items and any temporary cached data",
"filesDescription": "Total size of data in the current directory (if a subdirectory, the size of all data in Files is also displayed)",
"allBlocksDescription": "Total size of blocks on your entire IPFS node; this includes everything in Files view (MFS), plus any additional low-level pins and any temporary cached blocks that were not garbage-collected yet.",
"filesDescription": "Total size of data in the current directory (if a subdirectory, the size of all data in Files view (MFS) is also displayed). If you have a big directory that is only partially fetched, a total size listed here could be bigger than your local repository.",
"pinningQueue": "Pinning queue",
"more": "More",
"files": "Files",
Expand Down

0 comments on commit c43c135

Please sign in to comment.