mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Clarify remove vs. delete (#21297)
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com> Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
7f50504908
commit
f995f19f06
@ -3,13 +3,16 @@ title: When to use remove, delete, add and create
|
|||||||
subtitle: The difference between remove/delete and add/create.
|
subtitle: The difference between remove/delete and add/create.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Remove vs Delete
|
# Removing or deleting content
|
||||||
|
|
||||||
Remove and Delete are quite similar, but can be frustrating if used inconsistently.
|
_Remove_ and _Delete_ are quite similar, but can be frustrating if used inconsistently.
|
||||||
|
|
||||||
|
- Remove refers to an action that can be restored or reapplied.
|
||||||
|
- Delete refers to a permanent, non-recoverable action.
|
||||||
|
|
||||||
## Remove
|
## Remove
|
||||||
|
|
||||||
Take away and set aside, but kept in existence.
|
The term _Remove_ should always be used when an item/setting or content is to be removed or disassociated, but the action can be reversed or reapplied.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
@ -22,7 +25,7 @@ For example:
|
|||||||
|
|
||||||
## Delete
|
## Delete
|
||||||
|
|
||||||
Erase, rendered nonexistent or nonrecoverable.
|
The term _Delete_ should always be used to refer to any action that will cause the permanent deletion of an item/setting or content.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user