Skip to content

Commit

Permalink
Fixed updates info dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcero committed Aug 26, 2016
1 parent 1cdbe8d commit 5917028
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rmcommon/templates/rmc-updates.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<h4 class="modal-title"><?php _e('Update Details','rmcommon'); ?></h4>
</div>
<div class="modal-body">
<ul class="nav nav-tabs">
<ul class="nav nav-tabs nav-tabs-color">
<li class="active"><a href="#details" data-toggle="tab"><?php _e('Details','rmcommon'); ?></a></li>
<li><a href="#files" data-toggle="tab"><?php _e('Files','rmcommon'); ?></a></li>
</ul>
Expand Down
Loading

0 comments on commit 5917028

Please sign in to comment.