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

8 lines
163 B
C#
Raw Normal View History

2019-08-19 13:51:36 +00:00
namespace ASC.Core.Common.WhiteLabel
{
public class BaseWhiteLabelSettings
{
public const string DefaultLogoText = "ONLYOFFICE";
}
}