| @@ -192,9 +192,9 @@ | ||
| 192 | 192 | } |
| 193 | 193 | |
| 194 | 194 | $view_post_link_html = sprintf( ' <a href="%1$s">%2$s</a>', |
| 195 | 195 | esc_url( get_permalink( $post ) ), |
| 196 | - __( 'View post' ) // intentinally omitted domain | |
| 196 | + __( 'View post', 'jetpack' ) | |
| 197 | 197 | ); |
| 198 | 198 | |
| 199 | 199 | $messages['post'][6] = sprintf( |
| 200 | 200 | /* translators: Message shown after a post is published */ |