This commit is contained in:
David Walsh 2016-01-22 15:41:26 -06:00
Родитель b6c628b234
Коммит a2f6333314
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -95,7 +95,7 @@ class SW_Cache_Admin {
<?php if(get_option('wp_sw_cache_enabled') && !count($selected_files)) { ?>
<div class="error">
<?php _e('Service Worker is enabled but no files have been selected for caching. To take full advantage of this plugin, please select files to cache.'); ?>
<p><?php _e('Service Worker is enabled but no files have been selected for caching. To take full advantage of this plugin, please select files to cache.'); ?></p>
</div>
<?php } ?>