diff --git a/src/View/Helper/TranslatePluralWithParams.php b/src/View/Helper/TranslatePluralWithParams.php index 80e265b1..8d3feecf 100644 --- a/src/View/Helper/TranslatePluralWithParams.php +++ b/src/View/Helper/TranslatePluralWithParams.php @@ -6,7 +6,7 @@ use Laminas\I18n\Translator\TranslatorWithParamsInterface; /** - * View helper for translating messages. + * View helper for translating messages with placeholders. */ class TranslatePluralWithParams extends AbstractTranslatorHelper { diff --git a/src/View/Helper/TranslateWithParams.php b/src/View/Helper/TranslateWithParams.php index 6ad6e6c4..42e26cfd 100644 --- a/src/View/Helper/TranslateWithParams.php +++ b/src/View/Helper/TranslateWithParams.php @@ -6,7 +6,7 @@ use Laminas\I18n\Translator\TranslatorWithParamsInterface; /** - * View helper for translating messages. + * View helper for translating messages with placeholders. */ class TranslateWithParams extends AbstractTranslatorHelper {