diff --git a/src/app/components/elements/Voting.jsx b/src/app/components/elements/Voting.jsx
index 3e5b3139..a9068374 100644
--- a/src/app/components/elements/Voting.jsx
+++ b/src/app/components/elements/Voting.jsx
@@ -29,6 +29,7 @@ const ABOUT_FLAG = (
<li>
{tt('voting_jsx.intentional_miss_categorized_content_or_spam')}
</li>
+ <li>{tt('voting_jsx.aggrandizement')}</li>
</ul>
</div>
);
diff --git a/src/app/locales/en.json b/src/app/locales/en.json
index 4c4f449e..390796f6 100644
--- a/src/app/locales/en.json
+++ b/src/app/locales/en.json
@@ -449,6 +449,7 @@
"hate_speech_or_internet_trolling": "Hate Speech or Internet Trolling",
"intentional_miss_categorized_content_or_spam":
"Intentional miss-categorized content or Spam",
+ "aggrandizement": "Aggrandizement",
"pending_payout": "Pending Payout $%(value)s",
"payout_declined": "Payout Declined",
"max_accepted_payout": "Max Accepted Payout $%(value)s",
diff --git a/src/app/locales/es.json b/src/app/locales/es.json
index 42394f5b..81f0bae7 100644
--- a/src/app/locales/es.json
+++ b/src/app/locales/es.json
@@ -450,6 +450,7 @@
"fraud_or_plagiarism": "Fraude o Plagio",
"hate_speech_or_internet_trolling":
"Discurso de odio o trolear en internat",
+ "aggrandizement": "Engrandecimiento",
"intentional_miss_categorized_content_or_spam":
"Uso erróneo de los tags o Spam",
"pending_payout": "Pago pendiente $ %(value)s",
diff --git a/src/app/locales/fr.json b/src/app/locales/fr.json
index 28eea07d..06b6a5b3 100644
--- a/src/app/locales/fr.json
+++ b/src/app/locales/fr.json
@@ -456,6 +456,7 @@
"hate_speech_or_internet_trolling": "Discours haineux ou troll",
"intentional_miss_categorized_content_or_spam":
"Contenu catégorisé incorrectement de façon intentionnelle ou spam",
+ "aggrandizement": "Agrandissement",
"pending_payout": "%(value)s$ de gains en suspens",
"payout_declined": "Gains refusés",
"max_accepted_payout": "%(value)s$ de gains maximum acceptés",
diff --git a/src/app/locales/it.json b/src/app/locales/it.json
index d0583349..d5a194ca 100644
--- a/src/app/locales/it.json
+++ b/src/app/locales/it.json
@@ -449,6 +449,7 @@
"disagreement_on_rewards": "Disaccordo sulle ricompense",
"fraud_or_plagiarism": "Frode o Plagio",
"hate_speech_or_internet_trolling": "Incitamento all'odio o Trolling",
+ "aggrandizement": "Ingrandimento",
"intentional_miss_categorized_content_or_spam":
"Contenuto volutamente categorizzato impropriamente o spam",
"pending_payout": "Pagamento in attesa $%(value)s",
diff --git a/src/app/locales/ko.json b/src/app/locales/ko.json
index f237b7bd..81f6bfb4 100644
--- a/src/app/locales/ko.json
+++ b/src/app/locales/ko.json
@@ -443,6 +443,7 @@
"fraud_or_plagiarism": "사기 혹은 표절",
"hate_speech_or_internet_trolling":
"증오 및 혐오 발언, 악플과 비난 게시물",
+ "aggrandizement": "증대",
"intentional_miss_categorized_content_or_spam":
"의도적인 태그 오용 혹은 스팸",
"pending_payout": "예상 보상금액: $%(value)s",
diff --git a/src/app/locales/pl.json b/src/app/locales/pl.json
index 6f5ea263..224115cc 100644
--- a/src/app/locales/pl.json
+++ b/src/app/locales/pl.json
@@ -429,6 +429,7 @@
"disagreement_on_rewards": "Niezgoda co do wysokości wynagrodzenia",
"fraud_or_plagiarism": "Oszustwo lub plagiat",
"hate_speech_or_internet_trolling": "Mowa nienawiści lub trolowanie",
+ "aggrandizement": "Powiększenie",
"intentional_miss_categorized_content_or_spam":
"Świadome złe przydzielenie kategorii do treści lub spam",
"pending_payout": "Wypłata $%(value)s nastąpi",
diff --git a/src/app/locales/ru.json b/src/app/locales/ru.json
index 72692272..a12c7fc9 100644
--- a/src/app/locales/ru.json
+++ b/src/app/locales/ru.json
@@ -458,6 +458,7 @@
"fraud_or_plagiarism": "Мошенничество или плагиат",
"hate_speech_or_internet_trolling":
"Разжигание ненависти или Интернет троллинг",
+ "aggrandizement": "возвеличивание",
"intentional_miss_categorized_content_or_spam":
"Преднамеренная неправильная категоризация контента или спам",
"pending_payout": "Ожидаемая выплата $%(value)s",
diff --git a/src/app/locales/zh.json b/src/app/locales/zh.json
index d8258236..62f28db1 100644
--- a/src/app/locales/zh.json
+++ b/src/app/locales/zh.json
@@ -404,6 +404,7 @@
"disagreement_on_rewards": "奖励不一致",
"fraud_or_plagiarism": "欺诈或剽窃",
"hate_speech_or_internet_trolling": "仇恨言论或互联网钓鱼",
+ "aggrandizement": "强化",
"intentional_miss_categorized_content_or_spam":
"故意错误分类或垃圾信息",
"pending_payout": "待获得赏金$%(value)s",