diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-09-04 14:18:12 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-09-04 14:18:12 +0200 |
commit | cc041fe11c1997902f68f4ca8e95577e963a0053 (patch) | |
tree | 84061a62a43685c888bfd2585efd783fdf9aebdf /skins/classic/templates | |
parent | 4f432f880afeb078c2b60ce594872ec3eb1713e7 (diff) |
Use the correct label for responses list header
Diffstat (limited to 'skins/classic/templates')
-rw-r--r-- | 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 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> |