Skip to content

Commit 78a358a

Browse files
authored
Merge pull request mautic#15454 from matbcvo/fix-small-typo
Fix small typo in project deletion flash message
2 parents 01d4009 + dc43899 commit 78a358a

File tree

1 file changed

+1
-1
lines changed
  • app/bundles/ProjectBundle/Translations/en_US

1 file changed

+1
-1
lines changed

app/bundles/ProjectBundle/Translations/en_US/flashes.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mautic.project.error.notfound="No project with an id of %id% was found!"
22
mautic.project.notice.batch_deleted="Successfully deleted %count% projects!"
3-
mautic.project.error.cannotbedeleted="Only project without any contacts can be delete."
3+
mautic.project.error.cannotbedeleted="Only project without any contacts can be deleted."
44
mautic.project.already.exists="<a href='%url%' data-toggle='ajax' data-menu-link='%menu_link%'><strong>%name%</strong></a> already exists!"
55
mautic.project.notice.entities_added="%count% item(s) have been added to project '%project%'"
66
mautic.project.notice.no_entities_added="No new items were added to the project"

0 commit comments

Comments
 (0)