Skip to content

Commit

Permalink
Merge pull request #7390 from rasos/patch-3
Browse files Browse the repository at this point in the history
[FIX] custom soundEdit.html
  • Loading branch information
rodrigok committed Aug 8, 2017
1 parent cd4a7c2 commit 658cda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rocketchat-custom-sounds/admin/soundEdit.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h3>{{_ "Custom_Sound_Add"}}</h3>
</div>
<div class="input-line">
<label for="image">{{_ "Sound_File_mp3"}}</label>
<input id="image" type="file" accept="audio/mp3"/>
<input id="image" type="file" accept="audio/mp3,audio/mpeg"/>
</div>
<nav>
<button class='button button-block cancel' type="button"><span>{{_ "Cancel"}}</span></button>
Expand Down

0 comments on commit 658cda7

Please sign in to comment.