Skip to content

Commit

Permalink
Fix Upload menu text
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielnetoDotCom committed Jul 26, 2021
1 parent 2c19997 commit c7289d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/LiveLinks/getUploadMenuButton.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<li>
<a href="<?php echo $global['webSiteRootURL']; ?>plugin/LiveLinks" data-toggle="tooltip" title="<?php echo __("Add an External a Live Streaming"); ?>" data-placement="left" >
<i class="fas fa-link"></i> <span class="hidden-md hidden-sm hidden-mdx"><?php echo $buttonTitle; ?></span>
<i class="fas fa-link"></i> <?php echo $buttonTitle; ?>
</a>
</li>
2 changes: 1 addition & 1 deletion plugin/Meet/getUploadMenuButton.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<li>
<a href="<?php echo $global['webSiteRootURL']; ?>plugin/Meet" data-toggle="tooltip" title="<?php echo __('Meet'); ?>" data-placement="left" >
<i class="fas fa-comments"></i> <span class="hidden-md hidden-sm hidden-mdx"><?php echo __('Meet'); ?></span>
<i class="fas fa-comments"></i> <?php echo __('Meet'); ?>
</a>
</li>

0 comments on commit c7289d2

Please sign in to comment.