DocSpace-client/common/ASC.Core.Common/WhiteLabel/BaseWhiteLabelSettings.cs

7 lines
151 B
C#

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