Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6127379

Browse files
authored
Rename product constants for branding update
1 parent 5d14dcb commit 6127379

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/bundle/SystemInfo/Value/IbexaSystemInfo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
*/
1717
class IbexaSystemInfo extends ValueObject implements SystemInfo
1818
{
19-
public const PRODUCT_NAME_OSS = 'Ibexa Open Source';
20-
public const PRODUCT_NAME_ENTERPRISE = 'Ibexa DXP';
19+
public const PRODUCT_NAME_OSS = 'Exponential Open Source';
20+
public const PRODUCT_NAME_ENTERPRISE = 'Exponential DXP';
2121
public const PRODUCT_NAME_VARIANTS = [
2222
'oss' => self::PRODUCT_NAME_OSS,
2323
'headless' => 'Ibexa Headless',

0 commit comments

Comments
 (0)