I'm writing a message for an app. The user can select multiple files and folders to download. We're letting them navigate to the download location right after the download completes. I'm trying to find a generic word that can covers all the things that were downloaded. We cover specific cases in situations where users select a single file of a specific type.
I am wondering which one would be appropriate here:
Go to downloaded content
Go to downloaded contents
The examples I found point towards "contents" as it seems that since the number of elements they've selected to download are known to the user and are specific. However it sounds odd and the "container" isn't specified in the sentence so I'm not sure it's correct. On the other hand the selection of elements seems to be the "container".
Additional context:
- We can't say files as we do not use this term in the app.
- We display this one only when user selects multiple elements with different types.
- In other scenarios we display the name of the element they've chosen e.g., Go to downloaded folder.