Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
virmix authored Oct 13, 2020
1 parent 9dcf3b4 commit f7c0ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plib/library/List/Domains.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ private function _getRecords($view)
: "<a class='s-btn sb-enable' data-method='post'".
" href='{$view->url(['action' => 'enable-domain'])}?id=$urlId'>".
"<span>".$this->lmsg('enableAutoSync')."</span>".
"</a>") : "<span>This domain is not in Cloudflare</span>",
"</a>") : "<span>".$this->lmsg('domainNotFound')."</span>",
];
}

Expand Down

0 comments on commit f7c0ad9

Please sign in to comment.