Fix label on "forwarded" icon

pull/251/head
Aleksander Machniak 10 years ago
parent a3873bd93c
commit adc23f8b01

@ -2028,7 +2028,7 @@ function rcube_webmail()
}
if (flags.forwarded) {
status_class += ' forwarded';
status_label += this.get_label('replied') + ' ';
status_label += this.get_label('forwarded') + ' ';
}
// update selection

Loading…
Cancel
Save