diff --git a/public/locales/ca-CA/translations.json b/public/locales/ca-CA/translations.json
index 8ab3e03a7..528b64c15 100644
--- a/public/locales/ca-CA/translations.json
+++ b/public/locales/ca-CA/translations.json
@@ -385,6 +385,7 @@
"missed_validations": "{{count}} validacions perdudes",
"incomplete": "incomplet",
"base_fee": "Comissío Base",
+ "drops": null,
"account_reserve": "Reserva de Compte",
"object_reserve": "Reserva d'Objectes",
"vote": "Vota",
diff --git a/public/locales/en-US/translations.json b/public/locales/en-US/translations.json
index a6d95c18f..dbd17e033 100644
--- a/public/locales/en-US/translations.json
+++ b/public/locales/en-US/translations.json
@@ -386,6 +386,7 @@
"missed_validations": "{{count}} missed validations",
"incomplete": "incomplete",
"base_fee": "Base Fee",
+ "drops": "drops",
"account_reserve": "Account Reserve",
"object_reserve": "Object Reserve",
"vote": "Vote",
diff --git a/public/locales/es-ES/translations.json b/public/locales/es-ES/translations.json
index fd75401d4..14dc1ed17 100644
--- a/public/locales/es-ES/translations.json
+++ b/public/locales/es-ES/translations.json
@@ -386,6 +386,7 @@
"missed_validations": "{{count}} validaciones perdidas",
"incomplete": "incompleto",
"base_fee": null,
+ "drops": null,
"account_reserve": null,
"object_reserve": null,
"vote": null,
diff --git a/public/locales/fr-FR/translations.json b/public/locales/fr-FR/translations.json
index cf8caa92d..5eaaf40a9 100644
--- a/public/locales/fr-FR/translations.json
+++ b/public/locales/fr-FR/translations.json
@@ -386,6 +386,7 @@
"missed_validations": "{{count}} validations manquées",
"incomplete": "incomplet",
"base_fee": null,
+ "drops": null,
"account_reserve": null,
"object_reserve": null,
"vote": null,
diff --git a/public/locales/ja-JP/translations.json b/public/locales/ja-JP/translations.json
index fca14b47c..0a91db87f 100644
--- a/public/locales/ja-JP/translations.json
+++ b/public/locales/ja-JP/translations.json
@@ -386,6 +386,7 @@
"missed_validations": "バリデーション失敗数:{{count}}",
"incomplete": null,
"base_fee": "基本手数料",
+ "drops": null,
"account_reserve": "アカウント準備金",
"object_reserve": "オブジェクト準備金",
"vote": "投票",
diff --git a/public/locales/ko-KR/translations.json b/public/locales/ko-KR/translations.json
index da64a4c6d..4f7176415 100644
--- a/public/locales/ko-KR/translations.json
+++ b/public/locales/ko-KR/translations.json
@@ -386,6 +386,7 @@
"missed_validations": "{{count}}회의 유효성 검증이 누락되었습니다",
"incomplete": "미완료",
"base_fee": null,
+ "drops": null,
"account_reserve": null,
"object_reserve": null,
"vote": null,
diff --git a/public/locales/my-MM/translations.json b/public/locales/my-MM/translations.json
index f83c121c6..380269c93 100644
--- a/public/locales/my-MM/translations.json
+++ b/public/locales/my-MM/translations.json
@@ -386,6 +386,7 @@
"missed_validations": "{{count}} ခု အတည်ပြုမှု လွဲချော်",
"incomplete": "မပြီးပြည့်စုံ",
"base_fee": "အခြေခံ အခကြေးငွေ",
+ "drops": null,
"account_reserve": "အကောင့် သီးသန့်ငွေ",
"object_reserve": "အရာဝတ္ထု သီးသန့်ငွေ",
"vote": "မဲပေးရန်",
diff --git a/src/containers/Network/ValidatorsTable.tsx b/src/containers/Network/ValidatorsTable.tsx
index 89375d928..92e035caf 100644
--- a/src/containers/Network/ValidatorsTable.tsx
+++ b/src/containers/Network/ValidatorsTable.tsx
@@ -88,7 +88,11 @@ export const ValidatorsTable = (props: ValidatorsTableProps) => {