We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf06df commit 8235ef8Copy full SHA for 8235ef8
src/templates/header.inc.phtml
@@ -43,7 +43,7 @@ $_header_nav = [
43
['label' => 'Discord', 'url' => '/discord', 'visible' => (Common::$config->discord->enabled)],
44
['label' => '-', 'visible' => (Common::$config->discord->enabled)],
45
['label' => 'Contributors', 'url' => '/credits'],
46
- ['label' => 'Donate to Us', 'url' => '/donate'],
+ ['label' => 'Support Us', 'url' => '/donate'],
47
['label' => 'Server List', 'url' => '/servers'],
48
['label' => 'Users', 'url' => '/user/index'],
49
['label' => '-'],
0 commit comments