Change wording in options menu

Father suggests that this wording is more clear to the end user.
I agree!
This commit is contained in:
Emilia Allison 2023-12-29 17:46:38 -05:00
parent ba7c9f5ee9
commit 9a9c3e2fca
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ pub fn MainWindow() -> Html {
<div class="dropdown-sub">
<button>{"Styles"}</button>
<div>
<button onclick={toggle_in_transfer_hashes_callback}>{"Toggle in transfer hashes"}</button>
<button onclick={toggle_in_transfer_hashes_callback}>{"Toggle transfer hashes"}</button>
</div>
</div>
</div>