From 3e940e3034e4f3cb1eddfbac05df31ea5be89b0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 10 Aug 2023 21:09:04 +0200 Subject: [PATCH] Improve copy text for files --- .../live/session_live/files_list_component.ex | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/livebook_web/live/session_live/files_list_component.ex b/lib/livebook_web/live/session_live/files_list_component.ex index dd7cb855d..db2def26b 100644 --- a/lib/livebook_web/live/session_live/files_list_component.ex +++ b/lib/livebook_web/live/session_live/files_list_component.ex @@ -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. ''' } >