mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-09 21:16:26 +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={
|
data-tooltip={
|
||||||
~S'''
|
~S'''
|
||||||
Manage files used by the notebook.
|
Manage files used by the notebook.
|
||||||
Files are either links to existing
|
Files are links to existing resources in
|
||||||
resources or hard copies stored in
|
your disk, a remote storage, or a URL.
|
||||||
the notebook files directory.
|
Files may also be hard copies stored in
|
||||||
|
the files/ directory kept alongside your
|
||||||
|
notebook.
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Reference in a new issue