Skip to content

Commit 46275a7

Browse files
committed
docs: Change Log -> History
We've renamed the `Change Log` tab on FloxHub to `History`
1 parent 2157044 commit 46275a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/concepts/floxhub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ that information will show on the right side.
6565
* **Generation tab**: shows you the history of your environment through each
6666
[generation][generation_concept].
6767
Each new [`flox push`][flox_push] creates a new generation.
68-
* **Change log tab**: describes the updates between each generation.
68+
* **History tab**: describes the updates between each generation.
6969
Packages that were installed with [`flox install`][flox_install] and uninstalled
7070
with [`flox uninstall`][flox_uninstall] will be explicitly marked.
7171
Packages that were added manually in a text editor or with

docs/concepts/generations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ highest generation number and was most recently created, it is not the latest to
6565
be live.
6666

6767
This history of what generation is live at a given point in time can be
68-
viewed on FloxHub on the `Change Log` tab for an environment.
68+
viewed on FloxHub on the `History` tab for an environment.
6969
Or, to use the CLI to view history, you can run `flox generations history`.
7070
This provides a log of what generation of an environment was live at the time
7171
an environment was pulled.

0 commit comments

Comments
 (0)