Skip to content

Commit

Permalink
update panel title to CS2
Browse files Browse the repository at this point in the history
  • Loading branch information
xe1os committed Dec 19, 2023
1 parent b9b9155 commit 0d5059a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>CSGO Tournament Panel</title>
<title>CS2 Tournament Panel</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
</head>
Expand Down
6 changes: 3 additions & 3 deletions src/translations/translations.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"en": {
"Navbar": {
"title": "CSGO Tournament Panel",
"title": "CS2 Tournament Panel",
"AllMatches": "All Matches",
"MyMatches": "My Matches",
"MyTeams": "My Teams",
Expand Down Expand Up @@ -367,7 +367,7 @@
},
"fr": {
"Navbar": {
"title": "CSGO Tournament Panel",
"title": "CS2 Tournament Panel",
"AllMatches": "Tous les matchs",
"MyMatches": "Mes matchs",
"MyTeams": "Mon équipe",
Expand Down Expand Up @@ -733,7 +733,7 @@
},
"jp": {
"Navbar": {
"title": "CSGO Tournament Panel",
"title": "CS2 Tournament Panel",
"AllMatches": "マッチリスト",
"MyMatches": "あなたのマッチ",
"MyTeams": "あなたのチーム",
Expand Down

0 comments on commit 0d5059a

Please sign in to comment.