Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Dec 28, 2023
1 parent cd6821a commit 3e0eb81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion user-guide/source/how-to/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ needed. Here's a step-by-step guide on how to manage versions:

Only draft versions can be deleted. Outdated versions are kept on purpose.

Managing versions in Django CMS allows to unterstand the history of the page content.
Managing versions in Django CMS allows to understand the history of content.
Drafts can be archived for later reuse. All versions currently public or once public are
marked "published" or "unpublished", respectively. The content of versions can be
compared with each other.
2 changes: 1 addition & 1 deletion user-guide/source/tutorial/08-publishing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ You will see (a potentially long) list of all versions created, ever. On the rig
of the list you see the action buttons. You can

- **Pencil**: Go back to the **edit** view of a draft
- **Archive**: Archive a draft version for later re-use.
- **Archive**: Archive a draft version for later reuse.
- **Antenna**: Publish a draft
- **Litter bin**: Delete a draft
- **Eye**: View an old version. Note: Those cannot be edited any more.
Expand Down

0 comments on commit 3e0eb81

Please sign in to comment.