From cc041fe11c1997902f68f4ca8e95577e963a0053 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Wed, 04 Sep 2013 08:18:12 -0400 Subject: [PATCH] Use the correct label for responses list header --- skins/classic/templates/responses.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/classic/templates/responses.html b/skins/classic/templates/responses.html index 14087d8..2459827 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> -- Gitblit v1.9.1