diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-08-11 16:38:14 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-08-11 16:38:14 +0200 |
commit | 9bee75d432365d44af46f5d500f7d210b867cc18 (patch) | |
tree | a117d9eaaf97e6f04fa2ecf57c130adeb6a6f071 /templates/not_found.html.ep | |
parent | eb3be788427872f60631078215a82352c490dceb (diff) |
rename title/description to infoscreen (we're not just a fakedisplay anymore)
Diffstat (limited to 'templates/not_found.html.ep')
-rw-r--r-- | templates/not_found.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/not_found.html.ep b/templates/not_found.html.ep index 35255b3..ca06ae9 100644 --- a/templates/not_found.html.ep +++ b/templates/not_found.html.ep @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title>vrr-fakedisplay</title> + <title>vrr-infoscreen</title> <meta charset="utf-8"> %= stylesheet '/main.css' </head> |