summaryrefslogtreecommitdiffstats
path: root/templates/part.listfolder.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.listfolder.php')
-rw-r--r--templates/part.listfolder.php4
1 files changed, 2 insertions, 2 deletions
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"