diff --git a/modules/util/plot.py b/modules/util/plot.py
index 88a54b48ab12a1f2451464fa854278399506887b..2e511639d65436c64e7606699749a9b7163f3f0d 100644
--- a/modules/util/plot.py
+++ b/modules/util/plot.py
@@ -251,7 +251,7 @@ def make_icing_image(h5f, ice_lons, ice_lats, clvrx_str_time, satellite, domain,
         #ax.scatter(ice_lons_vld, ice_lats_vld, s=140.0, facecolors='none', marker='o', edgecolor='red', transform=ccrs.PlateCarree())
         ax.scatter(ice_lons_vld, ice_lats_vld, s=140.0, marker='o', color='red', transform=ccrs.PlateCarree())
 
-    title = 'GOES-16, '+clvrx_str_time+'  >50% Probability Icing'
+    title = satellite+', '+clvrx_str_time+'  >50% Probability Icing'
     plt.title(title, loc='left', fontweight='bold', fontsize=24)
     ImageDirAndName = os.path.join(homedir, imagename+'_'+clvrx_str_time)
     fig.savefig(ImageDirAndName)