Skip to content

Commit

Permalink
fixed text for Add and Remove (#489)
Browse files Browse the repository at this point in the history
* fixed wording of add button

* some more changes
  • Loading branch information
gchaps authored Mar 12, 2018
1 parent 4cb9249 commit 749024c
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 129 deletions.
11 changes: 6 additions & 5 deletions src-docs/src/views/guidelines/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,9 @@ export default() => (
</EuiTableRowCell>

<EuiTableRowCell>
Adds an object to a list or database. Always followed by an object,
for example, Add visualization. Do not use &quot;Add new.&quot; Remove is the correct opposite.
Establishes a new relationship. Often used in a create-then-add scenario.
You create a dashboard, then add a visualization. Always followed by an object.
Do not use &quot;Add new.&quot; Remove is the correct opposite.
</EuiTableRowCell>
</EuiTableRow>

Expand All @@ -533,7 +534,7 @@ export default() => (
<EuiTableRowCell>
Creates a new object from scratch. Always followed by an object,
for example, “Create pipeline.” Do not use &quot;Create new.&quot;
Exception: “Add user” is more intuitive than “Create user.” Delete is the correct opposite
Exception: “Add user” is more intuitive than “Create user.” Delete is the correct opposite.
</EuiTableRowCell>
</EuiTableRow>

Expand Down Expand Up @@ -562,8 +563,8 @@ export default() => (
<EuiButtonIcon size="s" color="danger" iconType="cross" aria-label="Remove"/>
</EuiTableRowCell>
<EuiTableRowCell>
Removes an item not related to a database, such as a row from a table.
Do not confuse with Delete, which permanenty removes data from a database.
Removes a relationship, but doesn&apos;t permanently delete data.
For example, you remove a visualization from a dashboard. Add is the correct opposite.
</EuiTableRowCell>
</EuiTableRow>

Expand Down
Loading

0 comments on commit 749024c

Please sign in to comment.