From f5890c94b23510ce0ae33f0fa4e9d19baa3125ba Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Mon, 1 Jul 2024 19:57:13 +0300 Subject: [PATCH] pages/index: change settings tab title --- apps/web/pages/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/pages/index.jsx b/apps/web/pages/index.jsx index af33070..da26329 100644 --- a/apps/web/pages/index.jsx +++ b/apps/web/pages/index.jsx @@ -20,7 +20,7 @@ export const tabs = [ { Component: Calculation.Settings, key: 'settings', - title: 'Расчет', + title: 'Интерес/Расчет', }, { Component: Calculation.Output,