From 8f3bd1a30f1e6875d1d3ad1a2203d4934ae33034 Mon Sep 17 00:00:00 2001 From: Alexander Watzinger Date: Wed, 22 Jan 2025 17:56:57 +0100 Subject: [PATCH] Bones: minor button label change --- openatlas/views/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openatlas/views/tools.py b/openatlas/views/tools.py index ea98cac26..237d4d122 100755 --- a/openatlas/views/tools.py +++ b/openatlas/views/tools.py @@ -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,