Skip to content

Commit abd42ab

Browse files
Merge branch 'MC-30727' of github.com:magento-obsessive-owls/magento2ce into PR-2.4
2 parents 31633f2 + 9d30e17 commit abd42ab

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/modal

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/modal/modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ define([
192192
* @param {String} title
193193
*/
194194
setTitle: function (title) {
195-
var $title = $(this.options.modalTitle),
195+
var $title = this.modal.find(this.options.modalTitle),
196196
$subTitle = this.modal.find(this.options.modalSubTitle);
197197

198198
$title.text(title);

0 commit comments

Comments
 (0)