Skip to content

Commit

Permalink
pending state
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Aug 13, 2023
1 parent 3bc52f5 commit 8c0b1f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions app/views/tracks/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@
/>
</svg>
<p>
<%= gettext("Hold on, this track is in %{state} state",
state: @track.state || "pending"
) %>
<%= t("tracks.pending_state_message", state: @track.state || "pending" ) %>
</p>
</span>
</div>
Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ en:

public_label: Public
public_hint: Public access to everyone
pending_state_message: "Hold on, this track is in %{state} state"

home:
artists: Artists you should know
Expand Down

0 comments on commit 8c0b1f9

Please sign in to comment.