Skip to content

Commit

Permalink
I18n: Add text domain to welcome title
Browse files Browse the repository at this point in the history
  • Loading branch information
Soean authored and youknowriad committed Apr 4, 2018
1 parent 36b11b7 commit 2999d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config-app/components/about/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function About({ onCreateTemplate }) {

return (
<div className="gcf-about">
<h1>{__("Welcome to Gutenberg Custom Fields")}</h1>
<h1>{__("Welcome to Gutenberg Custom Fields", "gutenberg-custom-fields")}</h1>
<p>
{__(
"Gutenberg Custom Fields allows you to control the content of the Gutenberg edit screen by creating pre-filled templates.",
Expand Down

0 comments on commit 2999d77

Please sign in to comment.