Skip to content

Commit

Permalink
Bones: minor button label change
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Jan 22, 2025
1 parent be49ee2 commit 8f3bd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openatlas/views/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def tools_index(id_: int) -> str | Response:
_('radiocarbon dating'),
url_for('carbon', id_=entity.id)),
button(_('sex estimation'), url_for('sex', id_=entity.id)),
button(_('bone inventroy'), url_for('bones', id_=entity.id))])}
button(_('bone inventory'), url_for('bones', id_=entity.id))])}
return render_template(
'tabs.html',
tabs=tabs,
Expand Down

0 comments on commit 8f3bd1a

Please sign in to comment.