mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-09 04:57:18 +08:00
Improve copy text for files
This commit is contained in:
parent
d0ef0e0279
commit
3e940e3034
1 changed files with 5 additions and 3 deletions
|
@ -152,9 +152,11 @@ defmodule LivebookWeb.SessionLive.FilesListComponent do
|
|||
data-tooltip={
|
||||
~S'''
|
||||
Manage files used by the notebook.
|
||||
Files are either links to existing
|
||||
resources or hard copies stored in
|
||||
the notebook files directory.
|
||||
Files are links to existing resources in
|
||||
your disk, a remote storage, or a URL.
|
||||
Files may also be hard copies stored in
|
||||
the files/ directory kept alongside your
|
||||
notebook.
|
||||
'''
|
||||
}
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue