Skip to content

Commit

Permalink
Update copy in track edit form
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Jul 13, 2018
1 parent d710cb1 commit b50023d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/components/track-edit/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@

{{#if track.mediaNotAvailable}}
<p>
<a href={{track.url}} target="_blank" rel="noopener">This link</a> seems to be broken, <a href={{youtubeSearchUrl}} target="_blank" rel="noopener">find a new one</a>!
This <a href={{track.url}} target="_blank" rel="noopener">URL</a> seems to be broken.<br>
<a href={{youtubeSearchUrl}} target="_blank" rel="noopener">Find a new one</a> or
<button
class="Btn Btn--small"
title="Signal that this link is not really broken, maybe just unavailable temporarily (ex: in the country you are currently)."
title="Signal that the link is ok and maybe just unavailable temporarily (ex: in the country you are currently)."
onclick={{perform setMediaAvailable}}>
No problem
ignore
</button>
</p>
{{/if}}
Expand Down Expand Up @@ -49,7 +50,7 @@
<button
onclick={{perform submitTask}}
type="submit"
class="Btn"
class="Btn Btn--primary"
title="Save the track"
disabled={{submitDisabled}}>
{{if submitTask.isIdle "Save" "Saving…"}}
Expand Down

0 comments on commit b50023d

Please sign in to comment.