Skip to content

Commit

Permalink
rename sort value maintain order to default
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo committed Mar 6, 2024
1 parent 86de980 commit 6ce297d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/landing_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h2>AGS Converter</h2>
<label for="alphabetical">Alphabetical</label>
<input type="radio" id="hierarchical" name="sort_tables" value="hierarchical">
<label for="hierarchical">Hierarchical</label>
<input type="radio" id="default" name="sort_tables" value="Maintain Order" checked>
<input type="radio" id="default" name="sort_tables" value="default" checked>
<label for="default">None (Maintain Input File Order)</label><br>
</fieldset>
<br>
Expand Down

0 comments on commit 6ce297d

Please sign in to comment.