Skip to content

Commit

Permalink
Importing: Change wording for better clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola committed Dec 1, 2017
1 parent 07f4f23 commit 1676e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/admin/views/html-admin-import-export.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<p><?php _e( 'You can import sermons from the following plugins into Sermon Manager', 'sermon-manager-for-wordpress' ) ?></p>
<div id="the-list">
<div class="plugin-card <?php echo SM_Import_SB::is_installed() ? '' : 'not-available'; ?>">
<h2>Not Available</h2>
<h2>Plugin not installed</h2>
<div class="plugin-card-top">
<img src="<?= SM_URL ?>assets/images/import-sb.jpg" class="plugin-icon"
alt="<?php esc_attr_e( 'Sermon Browser', 'sermon-manager-for-wordpress' ) ?>">
Expand Down Expand Up @@ -100,7 +100,7 @@ class="button activate-now <?php echo SM_Import_SB::is_installed() ? '' : 'disab
</div>
</div>
<div class="plugin-card <?php echo SM_Import_SE::is_installed() ? '' : 'not-available'; ?>">
<h2>Not Available</h2>
<h2>Plugin not installed</h2>
<div class="plugin-card-top">
<img src="<?= SM_URL ?>assets/images/import-se.jpg" class="plugin-icon"
alt="<?php esc_attr_e( 'Series Engine', 'sermon-manager-for-wordpress' ) ?>">
Expand Down

0 comments on commit 1676e2c

Please sign in to comment.