File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/components/Layer2NetworksTable/hooks Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,9 @@ export const useNetworkColumns: ColumnDef<ExtendedRollup>[] = [
74
74
< div className = "flex flex-row gap-4 lg:hidden" >
75
75
< div className = "w-[24px]" />
76
76
< div >
77
- < p className = "text-xs text-body-medium" > Avg. transaction fee</ p >
77
+ < p className = "text-xs text-body-medium" >
78
+ < Translation id = "page-layer-2-networks:page-layer-2-networks-avg-transaction-fee" />
79
+ </ p >
78
80
< p >
79
81
$
80
82
{ row . original . txCosts . toLocaleString ( meta . locale as Lang , {
@@ -185,7 +187,8 @@ export const useNetworkColumns: ColumnDef<ExtendedRollup>[] = [
185
187
</ p >
186
188
< p >
187
189
< Translation id = "page-layer-2-networks:page-layer-2-networks-data-from" /> { " " }
188
- < InlineLink href = "https://l2beat.com" > L2BEAT</ InlineLink > .
190
+ < InlineLink href = "https://l2beat.com" > L2BEAT</ InlineLink >
191
+ < Translation id = "page-layer-2-networks:page-layer-2-networks-period" />
189
192
</ p >
190
193
</ div >
191
194
}
You can’t perform that action at this time.
0 commit comments