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 beb2613 commit c055d38Copy full SHA for c055d38
controller/main_controller.php
@@ -89,7 +89,7 @@ public function display()
89
// Grab all the rules in the current user's language
90
$entities = $this->rule_operator->get_rules($this->lang->get_used_language());
91
92
- // If no rules were found, it may be because no rules exist in the current user's
+ // If no rules were found, it may be because no rules exist in the current user's
93
// language, so let's look for rules in the board's default language as a fallback.
94
if (empty($entities))
95
{
0 commit comments