From efd62c6a9e31b3a490bfadcce8f742fd6d230059 Mon Sep 17 00:00:00 2001 From: Esmat-Farjad Date: Tue, 7 Jan 2025 11:12:52 +0430 Subject: [PATCH] spell correction --- src/stock/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stock/views.py b/src/stock/views.py index c6a1a854..1207def7 100644 --- a/src/stock/views.py +++ b/src/stock/views.py @@ -525,7 +525,7 @@ def stock_dashbaord(request): showlegend=True, margin=dict(r=0, t=50, b=0, l=0), title={ - "text": "Stock Report Monthly Trend", + "text": "Stock Report Monthly Trends", "font": { "size": 14, "color": "#A52824",