Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes wording of on air boxes/general rewording #334

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading