Skip to content

Commit ed40a6f

Browse files
authored
SF-3631 Fix audio upload wording (#3552)
1 parent 9cb061c commit ed40a6f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/SIL.XForge.Scripture/ClientApp/src/app/checking/chapter-audio-dialog/chapter-audio-dialog.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2 mat-dialog-title>{{ bookName(book) }} {{ chapter }} {{ t("audio") }}</h2>
1414
(change)="uploadedFiles($event)"
1515
[matTooltip]="t('browse_files_tooltip')"
1616
/>
17-
<label>{{ t("drag_and_drop_files") }}, {{ t("drag_and_drop_or_browse") }}</label>
17+
<label>{{ t("drag_and_drop_files") }}</label>
1818
<button mat-flat-button color="primary" type="submit">{{ t("browse_files") }}</button>
1919
</div>
2020
<div class="data-blocks">

src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_en.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@
235235
"delete_timing": "Delete Timing",
236236
"drag_and_drop_files": "Drop audio and timing files here to upload",
237237
"drag_and_drop_overlay": "Drop files to upload",
238-
"drag_and_drop_or_browse": "or",
239238
"from_timing_past_to_timing": "One or more ending values end before their beginning values.",
240239
"help": "Help",
241240
"no_audio_file_uploaded": "No audio file uploaded",

0 commit comments

Comments
 (0)