Skip to content

Commit 4915c24

Browse files
committed
chore: fix crowdin localised strings for sesh page tooltip
1 parent ab6ba78 commit 4915c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/components/dialog/network/sections/network/NetworkSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const CurrentPriceBlock = () => {
149149
content={{
150150
token: 'sessionNetworkDataPrice',
151151
args: {
152-
datetime: !priceTimestamp
152+
date_time: !priceTimestamp
153153
? '-'
154154
: formatDateWithLocale({
155155
date: new Date(priceTimestamp * 1000),

0 commit comments

Comments
 (0)