Rename Orphans tab to Unanchored #7385
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We have been discussing a new name for the "Orphans" tab in the sidebar, for two reasons mainly: a) suing a more politically correct terminology, and b) because after #7384, we are now showing placeholders for deleted annotations with replies there as well.
This PR changes the term to "Unanchored", as a more generic way to say "here are the annotations that cannot be anchored to the document for some reason".
I did not change the internal APIs, which still work with the
orphan
concept. I did so because that's still how we call it in the API, so this only changes terminology for end users.