summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.listfeed.php4
-rw-r--r--templates/part.listfolder.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 4ad3fc73c..94fcb997b 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -43,9 +43,9 @@
title="<?php p($l->t('Delete feed')); ?>"
ng-show="feed.id"></button>
- <button class="svg action mark-read-icon"
+ <button class="svg action delete-icon"
ng-click="feedBl.markErrorRead(feed.urlHash)"
- title="<?php p($l->t('Discard')); ?>"
+ title="<?php p($l->t('Delete website')); ?>"
ng-show="feed.error"></button>
</span>
diff --git a/templates/part.listfolder.php b/templates/part.listfolder.php
index 4e43bf579..141118d69 100644
--- a/templates/part.listfolder.php
+++ b/templates/part.listfolder.php
@@ -39,9 +39,9 @@
ng-click="folderBl.markFolderRead(folder.id)"
title="<?php p($l->t('Mark all read')); ?>"></button>
- <button class="svg action mark-read-icon"
+ <button class="svg action delete-icon"
ng-click="folderBl.markErrorRead(folder.name)"
- title="<?php p($l->t('Discard')); ?>"
+ title="<?php p($l->t('Delete folder')); ?>"
ng-show="folder.error"></button>
<!-- <button class="svg action edit-icon"