Skip to content

Commit

Permalink
feat(i18n): adjust language when deleting a template (#5056)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuntley committed Nov 15, 2022
1 parent 88f3691 commit b5181aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/i18n/en/templatePage.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dangerZone": {
"dangerZoneHeader": "Danger Zone",
"deleteTemplateHeader": "Delete this template",
"deleteTemplateCaption": "Once you delete a template, there is no going back. Please be certain.",
"deleteTemplateCaption": "Do you want to permanently delete this template?",
"deleteCta": "Delete Template"
}
},
Expand Down

0 comments on commit b5181aa

Please sign in to comment.