summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Glüpker <git@wgmd.de>2018-03-24 15:28:19 +0100
committerAndré Glüpker <git@wgmd.de>2018-03-24 15:28:19 +0100
commit86549d09b8abdbcae7c2c6cd7110415472c231ca (patch)
treed38a18eced9bc3cc9c95efaba532a5f0ccb57d12
parent297e4965a795e544d0e0933cc5a1e6416d183fea (diff)
downloadsteam-86549d09b8abdbcae7c2c6cd7110415472c231ca.tar.gz
steam-86549d09b8abdbcae7c2c6cd7110415472c231ca.tar.bz2
steam-86549d09b8abdbcae7c2c6cd7110415472c231ca.zip
Rename CS:GO to Steam to be more accurate
-rw-r--r--templates/lobby_html.jinja2
-rw-r--r--templates/premades_html.jinja2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/lobby_html.jinja b/templates/lobby_html.jinja
index 3f4fed4..7c9e91b 100644
--- a/templates/lobby_html.jinja
+++ b/templates/lobby_html.jinja
@@ -1,6 +1,6 @@
<html>
<head>
- <title>CS:GO Lobbylinkfinder</title>
+ <title>Steam Lobbylinkfinder</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="static/style.css" />
<link rel="icon" type="image/png" href="static/favicon.png" />
diff --git a/templates/premades_html.jinja b/templates/premades_html.jinja
index d08da8f..e886023 100644
--- a/templates/premades_html.jinja
+++ b/templates/premades_html.jinja
@@ -1,6 +1,6 @@
<html>
<head>
- <title>CS:GO Premadefinder</title>
+ <title>Steam Premadefinder</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="static/style.css" />
<link rel="icon" type="image/png" href="static/favicon.png" />