Skip to content

Commit

Permalink
Merge pull request #215 from hovancik/fix/reset
Browse files Browse the repository at this point in the history
Adds missing "reset to defaults"
  • Loading branch information
hovancik authored Feb 17, 2018
2 parents 9d8d04e + 39471ac commit c8e3b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- style for long names of schemes
- app not starting when both break types are disabled
- missing "reset to defaults"

## [0.14.0] - 2018-01-07
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion app/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2 data-i18next="settings.breaks"></h2>
<a href="settings2.html" title="more settings">&rsaquo;</a>
</div>
<div id="defaults" class="pointer">

<span data-i18next="settings.resetToDefaults"></span>
</div>
</div>
</div>
Expand Down

0 comments on commit c8e3b93

Please sign in to comment.