Skip to content

Commit

Permalink
ASC.Web.Core: Notify: fix for SaasAdminIntegrations msg
Browse files Browse the repository at this point in the history
  • Loading branch information
andreysavihin committed Dec 16, 2024
1 parent 1a7d4c3 commit e6e9974
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/ASC.Web.Core/Notify/StudioPeriodicNotify.cs
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ await client.SendNoticeToAsync(
TagValues.OrangeButton(orangeButtonText2(culture), orangeButtonUrl2, "OrangeButton2"),
TagValues.OrangeButton(orangeButtonText3(culture), orangeButtonUrl3, "OrangeButton3"),
TagValues.OrangeButton(orangeButtonText4(culture), orangeButtonUrl4, "OrangeButton4"),
TagValues.OrangeButton(orangeButtonText5(culture), orangeButtonUrl5, "OrangeButton5"),
TagValues.TrulyYours(studioNotifyHelper, txtTrulyYours(culture), trulyYoursAsTebleRow),
new TagValue("IMG1", img1),
new TagValue("IMG2", img2),
Expand Down

0 comments on commit e6e9974

Please sign in to comment.