diff options
Diffstat (limited to 'templates/project_remove.php')
-rw-r--r-- | templates/project_remove.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project_remove.php b/templates/project_remove.php index f63c4031..e9f213b5 100644 --- a/templates/project_remove.php +++ b/templates/project_remove.php @@ -5,7 +5,7 @@ <div class="confirm"> <p class="alert alert-info"> - <?= t('Do you really want to remove this project: "%s"?', Helper\escape($project['name'])) ?> + <?= t('Do you really want to remove this project: "%s"?', $project['name']) ?> </p> <div class="form-actions"> |