Skip to content

Commit

Permalink
index.php: add link if no solder api connection
Browse files Browse the repository at this point in the history
  • Loading branch information
cowpod committed Nov 10, 2024
1 parent f510be1 commit ceeb778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ function uri($uri) {
if (isset($notechnic) && $notechnic) {
?>
<div class="card alert-warning">
<strong>Warning! </strong>Cannot connect to Technic! Make sure you set your API key, have a valid name, and unique slug.
<strong>Warning! </strong>Cannot connect to Technic! Verify you set your slug and API key in your <a href="/account">Account Settings</a>.
</div>
<?php
} else {
Expand Down Expand Up @@ -917,7 +917,7 @@ function uri($uri) {

if (isset($notechnic) &&$notechnic) {
?><div class="card alert-warning">
<strong>Warning! </strong>Cannot connect to Technic! Make sure you set your API key, have a valid name, and unique slug.
<strong>Warning! </strong>Cannot connect to Technic! Verify you set your slug and API key in your <a href="/account">Account Settings</a>.
</div><?php
}

Expand Down

0 comments on commit ceeb778

Please sign in to comment.