Skip to content

Commit

Permalink
Template Mode: Translate delete template confirmation message (#32647)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored Jun 15, 2021
1 parent 689707b commit 994cdcc
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ export default function DeleteTemplate() {
if (
// eslint-disable-next-line no-alert
window.confirm(
/* translators: %1$s: template name */
sprintf(
'Are you sure you want to delete the %s template? It may be used by other pages or posts.',
/* translators: %s: template name */
__(
'Are you sure you want to delete the %s template? It may be used by other pages or posts.'
),
templateTitle
)
)
Expand Down

0 comments on commit 994cdcc

Please sign in to comment.