Fix title of data section when editing conversation label
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / files / js / WCF.Conversation.js
index add2c55fc90a23ceb427337da8a8e587e769697d..083750475d00d602a9a3c652219e36db554df26a 100644 (file)
@@ -1084,7 +1084,7 @@ WCF.Conversation.Label.Manager = Class.extend({
                
                // replace legends
                var $legend = WCF.Language.get('wcf.conversation.label.management.editLabel').replace(/#labelName#/, WCF.String.escapeHTML($label.text()));
-               $('#conversationLabelManagementForm').data('labelID', $label.data('labelID')).children('legend').html($legend);
+               $('#conversationLabelManagementForm').data('labelID', $label.data('labelID')).children('.sectionTitle').html($legend);
                
                // update text input
                $('#labelName').val($label.text()).trigger('keyup');