Rename property bannerBody to bannerText

CURA-8564
This commit is contained in:
casper 2021-11-29 11:53:35 +01:00 committed by Jelle Spijker
parent 7e1247b171
commit f7720d2a0d
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A
4 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@ Packages
bannerVisible: UM.Preferences.getValue("cura/market_place_show_manage_packages_banner");
bannerIcon: "ArrowDoubleCircleRight"
bannerBody: catalog.i18nc("@text", "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly.")
bannerText: catalog.i18nc("@text", "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly.")
readMoreUrl: "" // TODO add when support page is ready
onRemoveBanner: function() {
UM.Preferences.setValue("cura/market_place_show_manage_packages_banner", false);