rsdeps

Cargo.lock visualizer (mirror)
Log | Files | Refs | README | LICENSE

commit 2a2d177536b4a808ab505235784e7321dcf41fc3
parent 84d41c81eb9f4ed5f3aaeb8e7ec3860c98ea4195
Author: Andy Khramtsov <>
Date:   Sat, 30 May 2026 13:34:35 +0300

fix: rename upload

Diffstat:
Msrc/deps/pages/home.py | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/deps/pages/home.py b/src/deps/pages/home.py @@ -98,10 +98,10 @@ def layout(): html.Div( className="horizontal-content horizontal-content_center", children=[ - html.H3("Insert your dependencies"), + html.H3("Insert your lock file"), html.Abbr( "?", - title="Upload Cargo.lock and optionally Cargo.toml to see the full dependency graph. " + title="Select Cargo.lock and optionally Cargo.toml to see the full dependency graph. " "Multiple select avaliable for file upload. Or just paste the contents into the " "fields.\n\n" "It is possible to render the dependency graph of many projects because there is " @@ -119,7 +119,7 @@ def layout(): className="button", id=ids.upload_files, children=[ - "Upload Cargo.lock and optionally Cargo.toml", + "Select Cargo.lock and optionally Cargo.toml", ], multiple=True, ),