diff options
Diffstat (limited to 'templates/walletform.html')
-rw-r--r-- | templates/walletform.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/walletform.html b/templates/walletform.html index cd96a64..5c3e682 100644 --- a/templates/walletform.html +++ b/templates/walletform.html @@ -60,7 +60,7 @@ {% for f in files %} <a href="/expofiles/surveyscans/{{year}}/{{wallet|urlencode}}/{{f}}">{{ f}}</a><br /> {% empty %} - <p><No files in this wallet. (Subdirectories here not supported by troggle in 2022.)> + <p><No files in this wallet. (Sub-folders here are not supported by troggle in 2022.)> {% endfor %} </p> {% if create %} |