summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-09-04 14:18:12 +0200
committerThomas Bruederli <thomas@roundcube.net>2013-09-04 14:18:12 +0200
commitcc041fe11c1997902f68f4ca8e95577e963a0053 (patch)
tree84061a62a43685c888bfd2585efd783fdf9aebdf
parent4f432f880afeb078c2b60ce594872ec3eb1713e7 (diff)
Use the correct label for responses list header
-rw-r--r--skins/classic/templates/responses.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/classic/templates/responses.html b/skins/classic/templates/responses.html
index 14087d82e..2459827b0 100644
--- a/skins/classic/templates/responses.html
+++ b/skins/classic/templates/responses.html
@@ -22,7 +22,7 @@
<div id="mainscreen">
<div id="identities-list">
-<div id="identity-title" class="boxtitle"><roundcube:label name="identities" /></div>
+<div id="identity-title" class="boxtitle"><roundcube:label name="responses" /></div>
<div class="boxlistcontent">
<roundcube:object name="responsesList" id="identities-table" class="records-table" cellspacing="0" summary="Responses list" noheader="true" editIcon="" />
</div>