Fix share_data var

This commit is contained in:
johnnyq
2022-01-16 13:47:15 -05:00
parent 16931004ec
commit 0231cebeea

View File

@@ -993,7 +993,7 @@ if(isset($_POST['add_telemetry'])){
<hr> <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> </form>
<?php } ?> <?php } ?>
@@ -1014,8 +1014,8 @@ if(isset($_POST['add_telemetry'])){
<hr> <hr>
<div class="form-check"> <div class="form-check">
<input type="checkbox" class="form-check-input" name="share_date" value="1"> <input type="checkbox" class="form-check-input" name="share_data" 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> <label class="form-check-label ml-2">Share <small class="text-secondary"> (Including City, State/Province, Country, Currency and your comments)</small></label>
</div> </div>
<hr> <hr>