Thomas Bruederli
2013-09-04 cc041fe11c1997902f68f4ca8e95577e963a0053
Use the correct label for responses list header
1 files modified
2 ■■■ changed files
skins/classic/templates/responses.html 2 ●●● patch | view | raw | blame | history
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>