Add links and minor text changes

This commit is contained in:
Geomitron
2024-01-27 08:19:45 -06:00
parent ae9fb17ed8
commit ce463c1524
2 changed files with 23 additions and 8 deletions

View File

@@ -52,6 +52,7 @@
</textarea>
<span *ngIf="reportExtraInfo.invalid && reportExtraInfo.touched" class="text-error">Please provide more details.</span>
</div>
<span class="text-xs">Hint: if the chart isn't working at all, try updating your game and setting "Download Format" to "Chart Folder"</span>
<div class="form-control flex-row justify-end">
<button class="btn btn-primary" (click)="report()">Submit</button>
</div>