جزییات

This commit is contained in:
mahmoodsht 2025-08-26 14:01:39 +03:30
parent a0769dd1b9
commit d31ef7161b
3 changed files with 4 additions and 4 deletions

View File

@ -109,7 +109,7 @@ This document describes the exact implementation of the login page based on the
داشبورد مدیریت فناوری و نوآوری
</h2>
<p className="text-gray-300 text-sm font-persian leading-relaxed">
لطفاً نام کاربری و پسورد خود را وارد فهرست خواسته شده وارد
لطفاً نام کاربری و کلمه عبور خود را وارد فهرست خواسته شده وارد
<br />
فرمایید.
</p>

View File

@ -171,7 +171,7 @@ export function ProcessInnovationPage() {
stats.productionStopsPreventionSum.toFixed?.(1) ??
stats.productionStopsPreventionSum,
),
description: "ظرفیت افزایش یافته",
description: "تن افزایش یافته",
icon: <CirclePause />,
color: "text-emerald-400",
},
@ -196,7 +196,7 @@ export function ProcessInnovationPage() {
},
{
id: "frequent-failures-reduction",
title: "کاهش خرابیهای پرتکرار",
title: "کاهش خرابی های پرتکرار",
value: formatNumber(
stats.frequentFailuresReductionSum.toFixed?.(1) ??
stats.frequentFailuresReductionSum,

View File

@ -368,7 +368,7 @@ export function Sidebar({
/>
<div className="font-persian">
<div className="text-sm font-semibold text-white">
سیستم اینوژن
داشبورد اینوژن
</div>
<div className="text-xs text-gray-400">نسخه ۰.۱</div>
</div>