diff --git a/themes/bootprint/templates/myresearch/mylist.phtml b/themes/bootprint/templates/myresearch/mylist.phtml
index 5a747ecb509fba273ec20ca32b28737f31ad7bfa..64e80545ca6c1d829159c46a9294874daaa8ac21 100644
--- a/themes/bootprint/templates/myresearch/mylist.phtml
+++ b/themes/bootprint/templates/myresearch/mylist.phtml
@@ -34,7 +34,7 @@
           </a>
           <ul class="dropdown-menu">
             <li><a href="<?=$this->url('myresearch-deletelist') ?>?listID=<?=urlencode($list->id)?>&amp;confirm=1"><?=$this->transEsc('Delete') ?></a></li>
-            <li><a href="#">Cancel</a></li>
+            <li><a href="#"><?=$this->transEsc('confirm_dialog_no')?></a></li>
           </ul>
         </div>
       <? endif; ?>
diff --git a/themes/bootstrap/templates/RecordDriver/SolrDefault/list-entry.phtml b/themes/bootstrap/templates/RecordDriver/SolrDefault/list-entry.phtml
index 70113551d9ff12a2f3d858227dbf8f33c09c69ae..308cadd959a570d1d893262bd83a8d145a2c3979 100644
--- a/themes/bootstrap/templates/RecordDriver/SolrDefault/list-entry.phtml
+++ b/themes/bootstrap/templates/RecordDriver/SolrDefault/list-entry.phtml
@@ -173,7 +173,7 @@
       </a>
       <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
         <li><a href="<?=$deleteUrl?>&amp;confirm=true" title="<?=$this->transEsc('confirm_delete_brief')?>"><?=$this->transEsc('Confirm')?></a></li>
-        <li><a>Cancel</a></li>
+        <li><a><?=$this->transEsc('confirm_dialog_no')?></a></li>
       </ul>
     </div>
     
diff --git a/themes/bootstrap/templates/myresearch/mylist.phtml b/themes/bootstrap/templates/myresearch/mylist.phtml
index b3698cf820005e3f8c33a4f8bb6f95157723ec71..6d54104586d687dea4c5f8f001857f3db2886901 100644
--- a/themes/bootstrap/templates/myresearch/mylist.phtml
+++ b/themes/bootstrap/templates/myresearch/mylist.phtml
@@ -34,7 +34,7 @@
           </a>
           <ul class="dropdown-menu">
             <li><a href="<?=$this->url('myresearch-deletelist') ?>?listID=<?=urlencode($list->id)?>&amp;confirm=1"><?=$this->transEsc('Delete') ?></a></li>
-            <li><a href="#">Cancel</a></li>
+            <li><a href="#"><?=$this->transEsc('confirm_dialog_no')?></a></li>
           </ul>
         </div>
       <? endif; ?>