diff --git a/src/libs/Localize/index.ts b/src/libs/Localize/index.ts index db6492741faa..e911a500e81b 100644 --- a/src/libs/Localize/index.ts +++ b/src/libs/Localize/index.ts @@ -103,7 +103,7 @@ function getTranslatedPhrase( if (translatedPhrase) { if (typeof translatedPhrase === 'function') { /** - * If the result of `translatedPhrase` is an object, check if it contains the 'count' property + * If the result of `translatedPhrase` is an object, check if it contains the 'count' parameter * to handle pluralization logic. * Alternatively, before evaluating the translated result, we can check if the 'count' parameter * exists in the passed parameters.