diff --git a/client/src/templates/index.rs b/client/src/templates/index.rs index 9655b54..e88d11e 100644 --- a/client/src/templates/index.rs +++ b/client/src/templates/index.rs @@ -49,7 +49,7 @@ fn index_page(cx: Scope) -> View { } div (class="flex-grow") { h1 (class="mb-1 text-center") { - "Most activity in the past month" + "Most activity in the past 30 days" } PaginatedTable(table_transactions_month) }