Language: replace "upload" with "import" #817
Labels
good first issue
Good issue for new contributors
help wanted
Seeking public contribution on this issue
topic/design-ux
UX strategy, research, not solely visual design
Current state
References to "upload" are everywhere
Proposed change
Rename labels and variable names from "upload" to "import"
(eg. "import to IPFS",
/ipfs-companion-imports/
directory on MFS, etc).Motivation
"upload to IPFS" brings some confustion, users reuse mental model of the old web suggesting that data is pushed to a third party server, while in truth data is just imported to local node and optionally preloaded to external one.
"import" is a safe alternative: Filecoin uses
import
term for similar purpose, andipfs add
may be renamed toipfs import
in the future (see ipfs-inactive/interface-js-ipfs-core#552).The text was updated successfully, but these errors were encountered: