Skip to content

Commit

Permalink
Fix help label
Browse files Browse the repository at this point in the history
  • Loading branch information
radical-ube committed Oct 3, 2024
1 parent 033c8a6 commit 2973cb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/episode_transcripts/_form_main.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="form-floating input-group">
<%= fields.select :format, episode_transcript_options, {} %>
<%= fields.label :format, required: true %>
<%= field_help_text "HALLLLPP" %>
<%= field_help_text t(".help.transcript") %>
</div>
</div>
<% end %>
5 changes: 4 additions & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -719,9 +719,12 @@ en:
transcript_labels: &transcript_labels
title: Transcript
transcript_file: Transcript File
transcript_help: Upload a JSON or TXT file containing the text transcript
transcript_help: Upload a file containing the text transcript
form:
confirm: Discard unsaved changes?
form_main:
help:
transcript: Enter the transcript format for this episode.
form_status:
<<: *form_status
title: Transcript Status
Expand Down

0 comments on commit 2973cb1

Please sign in to comment.