You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/6_shared/ui/surchargeStatus/help/StatusHelp.tsx
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -36,21 +36,21 @@ export function StatusHelp(props: StatusHelpProps) {
36
36
<divclassName='flex flex-col gap-4'>
37
37
<divclassName='flex items-center gap-2'>
38
38
<Confirmed/>
39
-
<p>The surcharge rate is confirmed by administrator.</p>
39
+
<p>The surcharge status is confirmed by us. It's highly likely to be accurate.\nBut still, it may be inaccurate. Please check the updated date in place detail.</p>
40
40
</div>
41
41
<divclassName='flex items-center gap-2'>
42
42
<Reported/>
43
-
<p>The surcharge rate is reported by someone but not confirmed, It may not be accurate.</p>
43
+
<p>The surcharge status is reported from someone who has passion to help others.\nHowever, it's not yet confirmed which means it may not be accurate.</p>
44
44
</div>
45
45
<divclassName='flex items-center gap-2'>
46
46
<AutoGenerated/>
47
-
<p>The surcharge rate is assumed, It may not be accurate.</p>
47
+
<p>Big franchises are unlikely to charge a surcharge, so we automatically set it to zero. However, this may not be accurate.</p>
48
48
</div>
49
49
{
50
50
props.includingUnknown&&(
51
51
<divclassName='flex items-center gap-2'>
52
52
<Unknown/>
53
-
<p>The surcharge rate is unknown.</p>
53
+
<p>the surcharge status is not yet known. We welcome your report.</p>
0 commit comments