summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-03-09 13:56:34 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-03-09 13:56:34 +0100
commit235e225ca7d5884e507fe8eabc7b48a33675ed91 (patch)
tree84b26e26fba3921a1458c8f5c08e590b321bf8f7
parent1df518ff2c3a22ff6088195f4ce5725b976d716e (diff)
downloadgitlab-ce-docs/ux-copy-confirmation-dialogs.tar.gz
Add confirmation dialogs guidelines in UX copydocs/ux-copy-confirmation-dialogs
[ci skip]
-rw-r--r--doc/development/ux_guide/copy.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/development/ux_guide/copy.md b/doc/development/ux_guide/copy.md
index ead79ba6a10..794c8eb6bfe 100644
--- a/doc/development/ux_guide/copy.md
+++ b/doc/development/ux_guide/copy.md
@@ -167,6 +167,15 @@ A **comment** is a written piece of text that users of GitLab can create. Commen
#### Discussion
A **discussion** is a group of 1 or more comments. A discussion can include subdiscussions. Some discussions have the special capability of being able to be **resolved**. Both the comments in the discussion and the discussion itself can be resolved.
+## Confirmation dialogs
+
+- Destruction buttons should be clear and always say what they are destroying.
+ E.g., `Delete page` instead of just `Delete`.
+- If the copy describes another action the user can take instead of the
+ destructive one, provide a way for them to do that as a secondary button.
+- Avoid the word `cancel` or `canceled` in the descriptive copy. It can be
+ confusing when you then see the `Cancel` button.
+
---
Portions of this page are modifications based on work created and shared by the [Android Open Source Project][android project] and used according to terms described in the [Creative Commons 2.5 Attribution License][creative commons].