Skip to content

Commit

Permalink
Add mp4 audio format on the quex designer description (#2294)
Browse files Browse the repository at this point in the history
  • Loading branch information
manumoreira authored Jul 3, 2023
1 parent 66dfe92 commit cbe5ecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ label {
margin: 0 15%;
&.csv:before {
// See assets/js/i18nStyle.jsx
// content: 'Drop your MP3, WAV, ACC or M4A file here, or click to browse';
// content: 'Drop your MP3, WAV, M4A, ACC or MP4 file here, or click to browse';
text-align: center;
position: absolute;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion assets/js/i18nStyle.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class I18nStyle extends Component<Props> {
content: '${t("Uploading...")}';
}
.dropfile .drop-text.audio:before {
content: '${t("Drop your MP3, WAV, ACC or M4A file here, or click to browse")}';
content: '${t("Drop your MP3, WAV, M4A, ACC or MP4 file here, or click to browse")}';
}
.dropfile.active .drop-text:before {
content: '${t("Drop your file to start uploading")}';
Expand Down

0 comments on commit cbe5ecb

Please sign in to comment.