Follow up from #2409565: Improve node title description
Problem/motivation
As a rule, we don't expose the word 'node' to end users as it's confusing and not user friendly. However it appears on the authored by description: "The user ID of the node author." This is both against our UI text guidelines and wrong - it shows both the username and ID, and if you try to submit a user ID (eg 1), the following error message is shown: There are no entities matching "1".

Proposed resolution
Amend string to: The username of the author.

| Comment | File | Size | Author |
|---|---|---|---|
| #10 | updated-author-info-2409635.png | 79.94 KB | manjit.singh |
| #8 | 2409635-7-updated-author-info.patch | 661 bytes | stutee |
Comments
Comment #1
lewisnymanHow about content author?
Comment #2
nitesh pawar commentedHello chris_h,
The help text doesn't match with autocomplete field. As It is based on author name, I replaced 'The user ID of the node author.' with 'The user name of the content author.'.
Comment #3
vishalgala commentedComment #4
crazyrohila commentedPatch applies cleanly and description seems fine now. but will wait for reply from some other people to move to RTBC.
Comment #5
manjit.singhComment #6
chris_h commentedUsername is one word but otherwise this is good to go
Comment #7
stutee commentedComment #8
stutee commentedI have created a new patch editing the username.
Comment #9
chris_h commentedWorks as expected
Comment #10
manjit.singhPatch applied locally and looks fine from myside. Please find Attached screenshot.
Comment #11
lewisnymanRTBC++
Comment #12
alexpottUI test is not frozen yet. Committed 024a6a9 and pushed to 8.0.x. Thanks!