From 6835adfc2be965b7a6d397aa8d858fb290a0eec3 Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov Date: Thu, 20 Jul 2023 23:50:19 +0300 Subject: [PATCH] Uppercase total reviews title to match all another titles style (#2955) --- src/translations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations.js b/src/translations.js index 8cfdee5..47db4c4 100644 --- a/src/translations.js +++ b/src/translations.js @@ -238,7 +238,7 @@ const statCardLocales = ({ name, apostrophe }) => { "zh-tw": "审查的 PR 总数", cs: "Celkový počet PR", de: "Insgesamt überprüfte PRs", - en: "Total PRs reviewed", + en: "Total PRs Reviewed", bn: "সর্বমোট পুনরালোচনা করা PR", es: "PR totales revisados", fr: "Nombre total de PR examinés",