Skip to content

Commit

Permalink
[FIX] Wrong label order on room settings (#14960)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hudell authored and ggazzo committed Jul 11, 2019
1 parent e52ddea commit de83336
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/channel-settings/client/views/channelSettings.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@
<div class="rc-user-info__row rc-user-info__row--separator">
<div class="rc-switch-double">
<div class="rc-switch-double__label {{equal false value 'disabled'}}">
{{_ "React_when_read_only"}}
{{_ "Disallow_reacting"}}
<div class="rc-switch-double__description">
{{_ "React_when_read_only"}}
{{_ "Disallow_reacting_Description"}}
</div>
</div>
<div class="rc-switch rc-switch--blue">
Expand All @@ -136,9 +136,9 @@
</label>
</div>
<div class="rc-switch-double__label {{equal true value 'disabled'}}">
{{_ "Disallow_reacting"}}
{{_ "React_when_read_only"}}
<div class="rc-switch-double__description">
{{_ "Disallow_reacting_Description"}}
{{_ "React_when_read_only"}}
</div>
</div>
</div>
Expand Down

0 comments on commit de83336

Please sign in to comment.