diff options
Diffstat (limited to 'app/templates/errors/item-not-found.html')
-rw-r--r-- | app/templates/errors/item-not-found.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/errors/item-not-found.html b/app/templates/errors/item-not-found.html index 3afc5db..edc73e2 100644 --- a/app/templates/errors/item-not-found.html +++ b/app/templates/errors/item-not-found.html @@ -6,7 +6,7 @@ Item not found {% block content %} <p> - Item <strong>{{item }}</strong> could not found. + Item <strong>{{ item }}</strong> could not found. </p> <p> If you'd like to suggest a feature, please send us an e-mail. |