Skip to content

Commit

Permalink
Update room.html (#10715)
Browse files Browse the repository at this point in the history
Fix working of cancel button in progress bar, while uploading file.
  • Loading branch information
Mr-Gryphon authored and rodrigok committed May 21, 2018
1 parent d53c94c commit 1cbddee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rocketchat-ui/client/views/app/room.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<div class="upload-progress-text">
[{{percentage}}%] {{name}}
</div>
<button>
<button class="upload-progress-close">
{{_ "Cancel"}}
</button>
{{/if}}
Expand Down

0 comments on commit 1cbddee

Please sign in to comment.