Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

50%
+0 −0
Q&A When writing an error prompt, how do we tell the user the error happens in a specific tab?

I think the weirdness you're encountering is that you're using technical speak to convey something to the user who doesn't need to know that. To you this is a tab. While many (most?) people who u...

posted 5y ago by Cyn‭  ·  last activity 4y ago by System‭

Answer
#4: Attribution notice removed by user avatar System‭ · 2019-12-20T00:40:45Z (over 4 years ago)
Source: https://writers.stackexchange.com/a/45666
License name: CC BY-SA 3.0
License URL: https://creativecommons.org/licenses/by-sa/3.0/
#3: Attribution notice added by user avatar System‭ · 2019-12-08T12:04:46Z (over 4 years ago)
Source: https://writers.stackexchange.com/a/45666
License name: CC BY-SA 3.0
License URL: https://creativecommons.org/licenses/by-sa/3.0/
#2: Initial revision by (deleted user) · 2019-12-08T12:04:46Z (over 4 years ago)
I think the weirdness you're encountering is that you're using technical speak to convey something to the user who doesn't need to know that.

To you this is a tab. While many (most?) people who use computers are familiar with tabs, they probably won't think of their spouse or child as a tab.

So use whatever term the program uses for each person (taking care not to confuse whatever term the program uses for the primary subscriber vs additional people).

- Subscriber
- Family member
- Member
- User name

For example, in the online program for my health insurance, the central location is called the "member account" and each individual is called the "patient."

> Patient Robert Jones-Hernandez: Last name can only contain alphanumeric characters.

or:

> Jones-Hernandez is not a valid last name. Please use only letters and numbers.

(Though why you would allow numbers and not hyphens is beyond me.)

Ideally, your program will give feedback _before_ the user leaves that tab. Isn't there a submit button when adding a new patient? (Or when editing an existing patient.) Why would the user even be on a different tab when submitting changes?

But if for some reason this happens, just use the same terminology you use when getting the user to set up the different entries to begin with.

#1: Imported from external source by user avatar System‭ · 2019-06-02T15:31:06Z (almost 5 years ago)
Original score: 2