Skip to content

Commit

Permalink
fix Bug 65479
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbannov committed Dec 24, 2023
1 parent 87e49b1 commit d1b0b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/ASC.Web.Core/Notify/StudioWhatsNewNotify.cs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ private bool TryGetUserActivityText(ActivityInfo activityInfo, out string userAc

var user = _userManager.GetUsers(activityInfo.UserId);

var date = activityInfo.Data;
var date = activityInfo.Data.ConvertNumerals("g");
var userName = user.DisplayUserName(_displayUserSettingsHelper);
var userRole = activityInfo.UserRole;
var fileUrl = activityInfo.FileUrl;
Expand Down

0 comments on commit d1b0b75

Please sign in to comment.