Skip to content

Commit 01217aa

Browse files
committed
Fix application name
1 parent cfccb4d commit 01217aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* @var string
1515
*/
16-
define('MPG_APP_NAME', 'PHP MongoDB GUI');
16+
define('MPG_APP_NAME', 'MongoDB PHP GUI');
1717

1818
/**
1919
* Application version.

0 commit comments

Comments
 (0)