We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1618012 commit 20af216Copy full SHA for 20af216
webroot/panel/modal/new_pi.php
@@ -16,7 +16,9 @@
16
<label>
17
<input type='checkbox' name='tos' value='agree' required>
18
I have read and accept the
19
- <a href='<?php echo CONFIG["site"]["terms_of_service_url"]; ?>' target='_blank'>Terms of Service</a>.
+ <a href='<?php echo CONFIG["site"]["terms_of_service_url"]; ?>' target='_blank'>
20
+ Terms of Service
21
+ </a>.
22
</label>
23
<input type="submit" value="Send Request">
24
</form>
0 commit comments