| @@ -304,11 +304,9 @@ | ||
| 304 | 304 | 'class' => 'e-rating-wrapper', |
| 305 | 305 | 'itemprop' => 'ratingValue', |
| 306 | 306 | 'content' => $this->get_rating_value(), |
| 307 | 307 | 'role' => 'img', |
| 308 | - 'aria-label' => sprintf( | |
| 309 | - /* translators: 1: Rating value, 2: Rating scale. */ | |
| 310 | - esc_html__( 'Rated %1$s out of %2$s', 'elementor' ), | |
| 308 | + 'aria-label' => sprintf( esc_html__( 'Rated %1$s out of %2$s', 'elementor' ), | |
| 311 | 309 | $this->get_rating_value(), |
| 312 | 310 | $this->get_rating_scale() |
| 313 | 311 | ), |
| 314 | 312 | ] ); |