Fix share_data var

This commit is contained in:
johnnyq 2022-01-16 13:47:15 -05:00
parent 16931004ec
commit 0231cebeea
1 changed files with 3 additions and 3 deletions

View File

@ -993,7 +993,7 @@ if(isset($_POST['add_telemetry'])){
<hr>
<button type="submit" name="add_company_settings" class="btn btn-primary">Next <i class="fa fa-fw fa-check-circle"></i></button>
<button type="submit" name="add_company_settings" class="btn btn-primary">Next <i class="fa fa-fw fa-arrow-circle-right"></i></button>
</form>
<?php } ?>
@ -1014,8 +1014,8 @@ if(isset($_POST['add_telemetry'])){
<hr>
<div class="form-check">
<input type="checkbox" class="form-check-input" name="share_date" value="1">
<label class="form-check-label ml-2">Share some data <small class="text-secondary"> (Including City, State/Province, Country, Currency and your comments)</small></label>
<input type="checkbox" class="form-check-input" name="share_data" value="1">
<label class="form-check-label ml-2">Share <small class="text-secondary"> (Including City, State/Province, Country, Currency and your comments)</small></label>
</div>
<hr>