From ddd9e36288428e703cfcb81624ce09b6478304e0 Mon Sep 17 00:00:00 2001 From: Miroito Date: Mon, 6 Mar 2023 09:39:27 +0100 Subject: [PATCH] switch to mroe truthful wording --- client/src/templates/index.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }