Skip to content

Commit

Permalink
changes wording of on air boxes/general rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
dizorganised committed Oct 11, 2023
1 parent 98a4997 commit c7833b0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ EXPOSE 3000

RUN go get -d -v

ENV TZ "Europe/London"

ENTRYPOINT echo "\033[0;31mWARNING: \033[0mRunning with Docker will change \"localhost\" to \"0.0.0.0\" in your config. Remember to change it back!" && \
sed -i 's/localhost/0.0.0.0/g' *.toml && make run
4 changes: 2 additions & 2 deletions views/elements/current_and_next.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{{else}}
<div class="current-and-next-now p-2 px-3 p-sm-3 p-lg-4">
{{end}}
<h2 class="font-weight-bold">Now</h2>
<h2 class="font-weight-bold">Live now:</h2>
{{template "current_next" .Current}}
{{if .Current.Url}}
</a>
Expand All @@ -35,7 +35,7 @@
{{else}}
<div class="current-and-next-next p-3 p-lg-4">
{{end}}
<h2 class="font-weight-bold">Next</h2>
<h2 class="font-weight-bold">Up next:</h2>
{{template "current_next" .Next}}
{{if .Next.Url}}
</a>
Expand Down
2 changes: 1 addition & 1 deletion views/elements/message_box.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{{else if not .ShowOnAir}}
"No shows are on air right now, so there's no-one to send a message to." disabled
{{else}}
"Why not send a message to the studio presenters? Have a bit of banter, share your opinions or simply request your favourite song?"
"Why not send a message to the studio presenters? Thoughts, banter and song requests all go here!"
{{end}}></textarea>
<p id="charcount" class="text-muted my-1"></p>
<button id="messagesend" class="btn btn-primary btn-block" type="submit" value="SEND MESSAGE"
Expand Down
2 changes: 1 addition & 1 deletion views/index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<hr>
<div class="row">
<div class="col-lg-6">
<p>University Radio York has been alive since 1968, when it became the first legal independent radio station in the UK!</p>
<p>University Radio York has been alive since 1968, when we became the first legal independent radio station in the UK!</p>
<p>Help us continue our legacy by joining the URY team.</p>
<p>Contact our teams to find out more.</p>
</div>
Expand Down

0 comments on commit c7833b0

Please sign in to comment.