From 5e3676c0b149c5bc342fedf54ac87a75fbae88dc Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 15 Mar 2018 00:31:00 +0100 Subject: [PATCH] =?utf8?q?Change=20branding=20from=20Tr=C3=B8ndisk=20to=20?= =?utf8?q?NUC2018.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- carousel.js | 6 +++--- client/mainwindow.ui | 2 +- nageru/ultimate.lua | 2 +- quickl3.js | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/carousel.js b/carousel.js index ac48db4..f3c6014 100644 --- a/carousel.js +++ b/carousel.js @@ -392,7 +392,7 @@ function display_group_parsed(teams, games, group_name) let carousel = document.getElementById('carousel'); clear_carousel(carousel); - addheading(carousel, 5, "Current standings, Trøndisk 2017
" + group_name); + addheading(carousel, 5, "Current standings
" + group_name); let tr = document.createElement("tr"); tr.className = "subfooter"; addth(tr, "rank", ""); @@ -428,7 +428,7 @@ function display_group_parsed(teams, games, group_name) let footer_tr = document.createElement("tr"); footer_tr.className = "footer"; let td = document.createElement("td"); - td.appendChild(document.createTextNode("www.trondheimfrisbeeklubb.no | #trøndisk")); + td.appendChild(document.createTextNode("Norwegian Ultimate Championships 2018 | #ultimatenm")); td.setAttribute("colspan", "5"); footer_tr.appendChild(td); carousel.appendChild(footer_tr); @@ -542,7 +542,7 @@ function display_stream_schedule_parsed(teams, games, page) { let carousel = document.getElementById('carousel'); clear_carousel(carousel); - addheading(carousel, 3, "Stream schedule, Trøndisk 2017
" + covered_days.join('/') + " (all times CET)"); + addheading(carousel, 3, "Match schedule
" + covered_days.join('/') + " (all times CET)"); let teams_to_idx = make_teams_to_idx(teams); row_num = 0; diff --git a/client/mainwindow.ui b/client/mainwindow.ui index cfc8cc4..09c0ad9 100644 --- a/client/mainwindow.ui +++ b/client/mainwindow.ui @@ -549,7 +549,7 @@ - Trøndisk 2017 + Norwegian Ultimate Championships 2018 diff --git a/nageru/ultimate.lua b/nageru/ultimate.lua index 90369e7..bafd818 100644 --- a/nageru/ultimate.lua +++ b/nageru/ultimate.lua @@ -1,4 +1,4 @@ --- Nageru theme for TFK mini-tournament 2017, based on the default theme. +-- Nageru theme for ultimate productions, based on the default theme. local transition_start = -2.0 local transition_end = -1.0 diff --git a/quickl3.js b/quickl3.js index ba3e9ef..1f9efdf 100644 --- a/quickl3.js +++ b/quickl3.js @@ -27,7 +27,7 @@ function load_l3(sheet, prefix, cb) text = text.replace(/\n/, '
'); let subtext = response.values[i][3]; if (subtext === undefined || subtext === '') { - subtext = 'TrønDisk 2017'; + subtext = 'Norwegian Ultimate Championships 2018'; } l3s[prefix + number] = { -- 2.39.2