Skip to content

Commit

Permalink
Update the template mode snackbar text
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Nov 26, 2020
1 parent 706b9fe commit d2bc4a3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@ function PostTemplate() {
setIsEditingTemplate( true );
createSuccessNotice(
__(
"You're now in template mode, changes to the template level are global and applies to all pages sharing the same template."
'Editing template. Changes made here affect all posts and pages that use the template.'
),
{
type: 'snackbar',
Expand Down

0 comments on commit d2bc4a3

Please sign in to comment.