<?php

namespace OTGS\Installer\AdminNotices\Notices;

class ToolsetTexts extends Texts {

	protected static $repo = 'toolset';
	protected static $product = 'Toolset';
	protected static $productURL = 'Toolset.com';
	protected static $apiHost = 'toolset.com';
	protected static $communicationDetailsLink = '/admin.php?page=otgs-installer-support';
	protected static $supportLink = 'https://toolset.com/forums/forum/professional-support/';
	protected static $publishLink = 'https://toolset.com/account/sites/?publish=';
	protected static $learnMoreDevKeysLink = 'https://toolset.com/faq/how-to-install-and-register-toolset/?utm_source=plugin&utm_medium=gui&utm_campaign=types#registering-toolset-in-a-development-environment';
}
