Skip to content

Commit

Permalink
Update password.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmaster187 committed Dec 9, 2024
1 parent ed35b01 commit 2c8a70d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TeslaLogger/www/admin/password.php
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ function GetTokensFromURL()
<th style='text-align:center;'>Virtual Key</th>
<!-- <th style='text-align:center;'>Access Type</th> -->
<th style='text-align:center;'>Signal Counter</th>
<th style='text-align:center;'>Subscription</th>
<th style='text-align:center;'><?php t("Subscription"); ?></th>
<th><?php t("Edit"); ?></th>
</tr>
</thead>
Expand Down Expand Up @@ -484,10 +484,10 @@ function GetTokensFromURL()
if (strpos($subscription, "current_period_end") > 0)
{
echo(GetCheckbox("1"));
echo("&nbsp;<a target='_blank' href='https://billing.stripe.com/p/login/8wMaGogxma56fGUdQQ'>Manage</a>");
echo("&nbsp;<a target='_blank' href='https://billing.stripe.com/p/login/8wMaGogxma56fGUdQQ'>". get_text("SubscribeManage") ."</a>");
}
else
echo("<a target='_blank' href='https://buy.stripe.com/9AQaHNdU33k29Vu144?client_reference_id=$vin'>Subscribe</a>");
echo("<a target='_blank' href='https://buy.stripe.com/9AQaHNdU33k29Vu144?client_reference_id=$vin'>&#x274c; ". get_text("Subscribe") ."</a>");
}
echo("</td>\r\n");

Expand Down

0 comments on commit 2c8a70d

Please sign in to comment.