aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/renderer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer.rs b/src/renderer.rs
index bd7b272..a4f003d 100644
--- a/src/renderer.rs
+++ b/src/renderer.rs
@@ -748,7 +748,7 @@ pub fn file_upload_error(error_description: &str, return_address: &str) -> Marku
h1 { "File uploading failed" }
p { (error_description) }
a href=(return_address) {
- "back"
+ "Go back to file listing"
}
}
}