DocSpace-buildtools/common/ASC.Core.Common/WhiteLabel/BaseWhiteLabelSettings.cs
2022-01-21 13:47:56 +03:00

8 lines
170 B
C#

namespace ASC.Core.Common.WhiteLabel
{
public static class BaseWhiteLabelSettings
{
public const string DefaultLogoText = "ONLYOFFICE";
}
}