diff --git a/src/app/screens/nftDashboard/rareSatsTabGridItem.tsx b/src/app/screens/nftDashboard/rareSatsTabGridItem.tsx
index e33b36bba..8fdb667a7 100644
--- a/src/app/screens/nftDashboard/rareSatsTabGridItem.tsx
+++ b/src/app/screens/nftDashboard/rareSatsTabGridItem.tsx
@@ -85,8 +85,8 @@ function RareSatsTabGridItem({ bundle, maxItems }: { bundle: Bundle; maxItems: n
return icons.map((sats, index) => (
- {sats.map((sattribute, indexSatributes) => {
- if (sattribute === 'ellipsis') {
+ {sats.map((satribute, indexSatributes) => {
+ if (satribute === 'ellipsis') {
return (
+{totalTiles - totalTilesDisplayed}
@@ -105,7 +105,7 @@ function RareSatsTabGridItem({ bundle, maxItems }: { bundle: Bundle; maxItems: n
}
return (
// eslint-disable-next-line react/no-array-index-key
-
+
);
})}
diff --git a/src/app/screens/ordinalDetail/index.tsx b/src/app/screens/ordinalDetail/index.tsx
index ac8e6aca8..0003b0b71 100644
--- a/src/app/screens/ordinalDetail/index.tsx
+++ b/src/app/screens/ordinalDetail/index.tsx
@@ -607,7 +607,7 @@ function OrdinalDetailScreen() {
const stributesBadges = showSatributes && (
- {commonT('SATTRIBUTES')}
+ {commonT('SATRIBUTES')}
{ordinalSatributes.map((satribute, index) => {
diff --git a/src/locales/en.json b/src/locales/en.json
index bc0315cef..4a2ab382d 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -4,7 +4,7 @@
"SEND": "Send",
"COMBO": "Combo",
"SATS": "Sats",
- "SATTRIBUTES": "Sattributes",
+ "SATRIBUTES": "Satributes",
"INPUT": "Input",
"SIZE": "Size",
"BUNDLE": "Bundle"