mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-20 21:04:17 +08:00
Clarify where data is stored
This commit is contained in:
parent
7d1b798165
commit
30df25a709
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ defmodule LivebookWeb.Hub.Edit.PersonalComponent do
|
|||
<LayoutHelpers.title text={"#{@hub.hub_emoji} #{@hub.hub_name}"} />
|
||||
|
||||
<p class="text-gray-700">
|
||||
Your personal hub. Only you can see and access the data in it.
|
||||
Your personal hub. All data is stored on your machine and only you can access it.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue