Skip to content

Commit

Permalink
Dev Small text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Apr 12, 2024
1 parent f508310 commit bdee875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Plugin.php
Expand Up @@ -128,7 +128,7 @@ public function getStatus()
if ($this->load_error == 1) {
return sprintf(
"<span data-bs-toggle='tooltip' title='%s' class='btntooltip ri-close-fill text-danger'></span>",
CHtml::encode(sprintf(gT('Plugin load error : %s'), $this->load_error_message))
CHtml::encode(sprintf(gT('Plugin load error: %s'), $this->load_error_message))
);
} elseif ($this->active == 1) {
return "<span class='ri-checkbox-blank-circle-fill'></span>";
Expand Down

0 comments on commit bdee875

Please sign in to comment.