From aaf03a7ca7c7f5000e8fac25ec88088776723056 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Sat, 27 Jun 2020 14:49:03 +0200 Subject: [PATCH] view: fix file-upload title --- views/file-upload.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/file-upload.njk b/views/file-upload.njk index ad798ce..396103f 100644 --- a/views/file-upload.njk +++ b/views/file-upload.njk @@ -1,6 +1,6 @@ {% extends 'layouts/base.njk' %} -{% set title = 'ily.li - File manager' %} +{% set title = 'ily.li - File upload' %} {% block scripts %}