mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:35:55 +00:00
add some icons, remove some words
This commit is contained in:
@@ -47,9 +47,10 @@ class Share extends Plugin {
|
||||
?>
|
||||
<hr/>
|
||||
|
||||
<h2><?= __("You can disable all articles shared by unique URLs here.") ?></h2>
|
||||
<?= format_notice("You can disable all articles shared by unique URLs here.") ?></h2>
|
||||
|
||||
<button class='alt-danger' dojoType='dijit.form.Button' onclick="return Plugins.Share.clearKeys()">
|
||||
<?= \Controls\icon('delete') ?>
|
||||
<?= __('Unshare all articles') ?></button>
|
||||
<?php
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user