Skip to content

Commit

Permalink
Star Rating Block: translate block title. (#14190)
Browse files Browse the repository at this point in the history
* Star Rating Block: translate block title.

* Fix typo

Co-Authored-By: Andrés <nosolosw@users.noreply.github.com>
  • Loading branch information
jeherve and nosolosw authored Dec 17, 2019
1 parent ed104a2 commit b59fb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/blocks/rating-star/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import './style.scss';
export const name = 'rating-star';

export const settings = {
title: 'Star Rating',
title: __( 'Star Rating', 'jetpack' ),
description: __(
'Rate movies, books, songs, recipes — anything you can put a number on.',
'jetpack'
Expand Down

0 comments on commit b59fb48

Please sign in to comment.