Skip to content

Commit

Permalink
Merge pull request #230 from dbambus/main
Browse files Browse the repository at this point in the history
Fixed an Typo on Website resolving changed buttons
  • Loading branch information
dbambus authored Apr 16, 2023
2 parents c8d61f7 + 5a60cab commit 4c8e0c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -733,8 +733,8 @@ <h2 data-i18next="settings.restart.h2"></h2>
<form class="pure-form pure-form-aligned">
<fieldset>
<div class="pure-controls">
<button id="initial-values-button" class="pure-button" data-i18next="settings.restart.reset"></button>
<button id="reset-button" class="pure-button" data-i18next="settings.restart.restart"></button>
<button id="initial-values-button" class="pure-button" data-i18next="settings.restart.restart"></button>
<button id="reset-button" class="pure-button" data-i18next="settings.restart.reset"></button>
</div>
</fieldset>
</form>
Expand Down

0 comments on commit 4c8e0c3

Please sign in to comment.