Skip to main content
Neha Arsid logoNeha Arsid
← All posts

Designing Better Experiences by Understanding Basic Content Guidelines

NA

Neha Arsid

April 27, 2026 · 8 min read

There was a time I often got confused with content decisions especially the small things: button labels, helper text, or empty states. I’d go back and forth with content designers for every screen. Over time, I started learning the basic, universal content UX guidelines things like clarity, brevity, tone, hierarchy, and context. Once those principles clicked, I realised I didn’t need to depend on content designers for every small copy choice. Now, I am trying to reach out only when something truly new or nuanced needs their expertise, and it saves so much time for both sides. It’s amazing how understanding a few simple content fundamentals can make design communication smoother, faster, and far more confident.

Content UX is often the unsung hero of great design. While visual design catches the eye, it's the words, labels, messages, and microcopy that guide users through their journey. Yet, many designers struggle with fundamental questions: Should I use sentence case or title case? How do I align content in tables? What makes a good empty state? How do I write effective error messages?

Sentence Case vs Title Case: The Great Debate

One of the most common content UX questions: when should you capitalize every word (Title Case) versus only the first word (Sentence case)? The answer depends on context, platform conventions, and readability.

Sentence case has become the industry standard for most UI elements. It's more conversational, easier to read, and feels less formal.

Use Sentence Case For:

Buttons: "Save changes", "Create new project", "Send message" Form labels: "Email address", "Phone number", "Company name" Menu items: "Account settings", "Privacy policy", "Help centre" Headings (modern approach): "Getting started with your dashboard" Headings/section headers (accepted): "Getting Started with Your Dashboard" Notifications: "Your file has been uploaded successfully" Tooltips: "Click here to add a new user" Empty states: "No documents found" Table headers (modern): "Driver name", "Status", "Last updated"

Use Title Case For:

Product names: "Workforce Management", "Driver Qualifications" Proper nouns: "United States", "Google Analytics" Navigation (traditional): "Dashboard", "Reports", "Settings" Dialog titles (traditional): "Delete Confirmation", "Upload Document" Brand elements: "SAP Business Accelerator Hub"

Platform Conventions Matter

Apple (iOS/macOS): Strongly prefers sentence case for buttons, labels, and most UI elements. Title case only for app names and proper nouns.

Google (Material Design): Recommends sentence case for buttons, snackbars, and most text. Title case for app bar titles.

Microsoft (Fluent Design): Uses sentence case for most UI elements, with Title case for navigation and section headers.

Web (Modern): Trending heavily toward sentence case for everything except brand names and proper nouns.

Default to sentence case for 95% of your UI. It's more readable, more conversational, and aligns with modern design systems. Use Title Case only for product names, proper nouns, section headers and when you need to match existing brand guidelines. When in doubt, sentence case is the safer choice.

Table Content Alignment: The Rules That Matter

Tables are everywhere in enterprise design, yet many designers struggle with content alignment. Poor alignment makes data harder to scan and compare. Here are the definitive rules.

1. Numbers: Always Right-Align

Right-aligning numbers makes it easy to compare magnitudes and scan decimal places. This applies to currency, percentages, counts, and any numeric data.

2. Text: Left-Align (in LTR languages)

Text content should be left-aligned for easy reading. This includes names, descriptions, labels, and any prose content.

3. Dates: Left-Align (Usually)

Dates are typically left-aligned because they're read left-to-right. However, if you're comparing dates in a sorted column, right-alignment can work too.

4. Status Badges: Left-Align

Status indicators, badges, and pills should be left-aligned for consistency with text content.

5. Actions: Right-Align

Action buttons, icons, and menus should be right-aligned in the last column. This creates a consistent "action zone" that users can quickly target.

6. Checkboxes: Left-Align (First Column)

Selection checkboxes should always be in the first column, left-aligned, for easy scanning and selection.

7. Header Alignment

Table headers should match the alignment of their content:

If the column contains numbers → right-align the header If the column contains text → left-align the header If the column contains actions → right-align the header (or leave blank)

This creates a clean visual alignment that makes tables easier to scan.

Empty States: Turning Nothing into Something

Empty states are critical moments in user experience. They're opportunities to guide, educate, and encourage action, not dead ends. Yet many designers treat them as afterthoughts.

1. Use Clear, Helpful Headlines

Examples: "No schedules yet" "No results found" "You're all caught up"

2. Provide Context and Next Steps

Don't just say what's missing; explain why it's empty and what the user can do about it. Every empty state should have a clear call-to-action.

3. Use Appropriate Visuals

Simple icons or illustrations can make empty states feel less stark. But avoid overly cute or playful graphics in enterprise contexts; keep it professional.

4. Match the Tone to the Context

First-use states can be encouraging and educational. Error states should be apologetic and helpful. No-results states should be neutral and solution-oriented.

5. Consider Table Empty States

For tables specifically, you have two options:

Centered empty state: Replace the entire table with a centered message (best for first-use) In-table message: Show table headers but display empty state message in the table body (best for no-results)

Messaging Patterns: Dialogs, Alerts, and Statuses

How you communicate with users through messages, alerts, and dialogs can make or break their experience. Here's how to get it right.

Dialog Design Guidelines

Dialogs (modals) interrupt the user's workflow, so use them sparingly and design them carefully.

When to Use Dialogs Confirmation: "Are you sure you want to delete this schedule?" Critical information: "Your session is about to expire" Required input: "Enter your password to continue" Focused task: "Create new driver" (simple form)

Dialog Best Practices

Always provide a way to dismiss (X button or Cancel) Use specific action labels ("Delete schedule" not "OK") Put destructive actions on the right (where users expect primary actions) Use red/destructive styling for dangerous actions Keep dialogs focused: one task per dialog Make dialogs keyboard accessible (Esc to close, Tab to navigate)

Status Indicators

Status indicators show the current state of an item or process. They should be instantly recognisable. Use color + text: Never rely on color alone (accessibility) Be consistent: Use the same colors and labels across your product Use badges/pills: Rounded backgrounds make statuses stand out Keep labels short: 1-2 words maximum Use sentence case: "In progress" not "In Progress"

Mobile vs Web: Content UX Differences

Content UX isn't one-size-fits-all. Mobile and web have different constraints and user expectations.

Mobile Content Guidelines

Be more concise: Screen space is limited, every word counts Front-load important info: Users scan quickly on mobile Use shorter labels: "Save" instead of "Save changes" Simplify error messages: Focus on the fix, not the explanation Use bottom sheets for dialogs: Easier to reach on mobile Minimize table columns: Show only essential data, hide rest in details Use icons with labels: Icons alone can be ambiguous

Web Content Guidelines

Provide more context: Users expect detailed information on web Use descriptive labels: "Save changes" is clearer than "Save" Show more table columns: Take advantage of screen space Use tooltips for help: Hover states work well on web Provide inline validation: Real-time feedback as users type Use centered dialogs: Traditional modal pattern works well Include keyboard shortcuts: Power users appreciate them

Responsive Content Strategy

Don't just resize, adapt your content for each screen size:

Example: Error Message Desktop (Full Context)- "Unable to save schedule. The end time (2:00 PM) must be after the start time (3:00 PM). Please adjust your schedule times and try again." Mobile (Concise)- "End time must be after start time. Please adjust and try again."

Example: Button Labels Desktop- Create new schedule Mobile- Create

Content UX Checklist

Use this checklist to audit your content UX and ensure you're following best practices:

Typography & Case

Using sentence case for buttons, labels, and most UI elements Using Title Case only for product names and proper nouns Consistent case usage across the entire product

Tables

Numbers are right-aligned Text content is left-aligned Action buttons are right-aligned in the last column Table headers match content alignment Empty states are helpful and actionable

Empty States

Clear, descriptive headlines (not just "No data") Explanation of why it's empty Clear call-to-action or next steps Appropriate visual (icon or illustration)

Messages & Alerts

Using appropriate message types (error, warning, success, info) Error messages explain what went wrong and how to fix it Messages use plain language, not technical jargon Success messages auto-dismiss after 3-5 seconds

Dialogs

Clear, action-oriented titles Concise body text explaining the action Specific action labels (not "OK" or "Yes") Always provide a way to dismiss or cancel Destructive actions use red/warning styling

Status Indicators

Using color + text (not color alone) Consistent colors and labels across the product Short, clear labels (1-2 words) Using badges/pills to make statuses stand out

Mobile Optimization

More concise content on mobile Shorter button labels on mobile Simplified table views on mobile Bottom sheets instead of entered dialogs on mobile

Final Thoughts

Content UX is the invisible foundation of great design. When done well, users don't notice it they just feel confident, informed, and in control. When done poorly, even the most beautiful interface becomes frustrating and confusing.

The guidelines in this post aren't arbitrary rules; they're based on research, accessibility standards, platform conventions, and real-world testing. But remember: context matters. If your users, brand, or platform have specific needs that conflict with these guidelines, test and validate what works best for your situation.

Got thoughts? I'd love to hear them.

Reply via email →

More writing

My Learnings from “Good Services” by Lou Downe

In this article, I will be sharing the valuable insights and principles I’ve gained from the book “Good Services” authored by Lou Downe. The book offers a compr...

Apr 27, 2026 · 9 min read

The Power of Articulation in Design: Why Good Communicators Win

This article is about how I overlooked the importance of articulating design decisions for years, struggled to communicate ideas, and eventually learned that th...

Apr 27, 2026 · 5 min read

← All posts