Writing mechanics
Capitalisation
Use sentence case almost everywhere.
Default: sentence case#
Use sentence case for headings, buttons, labels, menu items, and notifications. Capitalise only the first word of a sentence and proper nouns.
Do
Send money to a new recipient
Don't
Send Money To A New Recipient
Sentence case is easier to read and translate. It also removes daily debates about which words "deserve" capitals.
Proper nouns and product terms#
- Capitalise real names. For example: Lagos, First Bank, Ramadan.
- Capitalise official scheme names: Bank Verification Number (BVN) on first use, BVN after.
- Don't capitalise generic features to make them sound important: it's "your wallet", not "your Wallet".
Never use ALL CAPS#
Try not to capitalise every word. It reads as shouting, slows reading, and can be mishandled by screen readers. If something must stand out, use weight or layout.
Related guidance#
Spotted a problem with this page? Suggest an edit on GitHub.