diff --git a/exampleSite/content/basics/topbar/_index.en.md b/exampleSite/content/basics/topbar/_index.en.md
index 6f9728130c..c0de913c34 100644
--- a/exampleSite/content/basics/topbar/_index.en.md
+++ b/exampleSite/content/basics/topbar/_index.en.md
@@ -112,7 +112,7 @@ For displaying an area in the button's overlay, see [Area-Button](#area-button).
| **class** | _<empty>_ | Mandatory unique class name for this button. Displaying two buttons with the same value for **class** is undefined. |
| **href** | _<empty>_ | Either the destination URL for the button or JavaScript code to be executed on click.
- if starting with `javascript:` all following text will be executed in your browser
- every other string will be interpreted as URL
- if empty the button will be displayed in disabled state regardless of its **content** |
| **icon** | _<empty>_ | [Font Awesome icon name](shortcodes/icon#finding-an-icon). |
-| **onempty** | `disable` | Defines what to do with the button if **href** is not empty but the content overlay is empty:
- `disable`: The button is displayed in disabled state.
- `hide`: The button is removed. |
+| **onempty** | `disable` | Defines what to do with the button if the content parameter was set but ends up empty:
- `disable`: The button is displayed in disabled state.
- `hide`: The button is removed. |
| **onwidths** | `show` | The action, that should be executed if the site is displayed in the given width:
- `show`: The button is displayed in its given area
- `hide`: The button is removed.
- `area-XXX`: The button is moved from its given area into the area `XXX`. |
| **onwidthm** | `show` | See above. |
| **onwidthl** | `show` | See above. |