update modal icon

This commit is contained in:
daria 2025-07-16 19:16:30 +03:00
parent 99ba4a80fe
commit 264b1512b5
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -199,7 +199,7 @@ define([
var tabs = [{
getTab: getPadProperties,
title: Messages.fc_prop,
icon: "fa fa-info-circle",
icon: "features",
}];
Modal.getModal(common, opts, tabs, cb);
};