-
+
@@ -16,8 +16,8 @@
{{ 'catro-notifications.project-upload.message' | trans
(
{
- '%user_link%': '
'~notification.program.user.username|escape~'',
- '%program_link%': '
'~notification.program.name|escape~''
+ '%user_link%': '
'~notification.project.user.username|escape~'',
+ '%program_link%': '
'~notification.project.name|escape~''
},
'catroweb'
)
diff --git a/templates/Notifications/NotificationTypes/remix_notification.html.twig b/templates/Notifications/NotificationTypes/remix_notification.html.twig
index 4b33950dbf..a3f851e07e 100644
--- a/templates/Notifications/NotificationTypes/remix_notification.html.twig
+++ b/templates/Notifications/NotificationTypes/remix_notification.html.twig
@@ -17,8 +17,8 @@
(
{
'%user_link%': '
'~notification.getRemixFrom.getUserName|escape~'',
- '%program_link%': '
'~notification.getRemixProgram.name|escape~'',
- '%remix_program_link%': '
'~notification.program.name|escape~''
+ '%program_link%': '
'~notification.getRemixProject.name|escape~'',
+ '%remix_program_link%': '
'~notification.project.name|escape~''
},
'catroweb'
)
diff --git a/templates/Project/project.html.twig b/templates/Project/project.html.twig
index 4f819c0e51..62dd30c27f 100644
--- a/templates/Project/project.html.twig
+++ b/templates/Project/project.html.twig
@@ -226,8 +226,8 @@
data-trans-update-app-header="{{ 'project.updateAppHeader'|trans({}, "catroweb") }}"
data-trans-update-app-text="{{ 'project.updateAppText'|trans({}, "catroweb") }}"
data-trans-btn-close="{{ 'project.btnClosePopup'|trans({}, "catroweb") }}"
- data-const-action-add="{{ constant('App\\DB\\Entity\\Project\\ProgramLike::ACTION_ADD') }}"
- data-const-action-remove="{{ constant('App\\DB\\Entity\\Project\\ProgramLike::ACTION_REMOVE') }}"
+ data-const-action-add="{{ constant('App\\DB\\Entity\\Project\\ProjectLike::ACTION_ADD') }}"
+ data-const-action-remove="{{ constant('App\\DB\\Entity\\Project\\ProjectLike::ACTION_REMOVE') }}"
data-path-profile="{{ path('profile', {'id': 'USERID'}) }}"
data-asset-wow-white="{{ asset('images/default/wow_white.svg') }}"
data-asset-wow-black="{{ asset('images/default/wow_black.svg') }}"
diff --git a/templates/Project/project_description.html.twig b/templates/Project/project_description.html.twig
index 8b2f360e95..b5c5413990 100644
--- a/templates/Project/project_description.html.twig
+++ b/templates/Project/project_description.html.twig
@@ -16,11 +16,11 @@
{{ "credits"|trans({}, "catroweb") }}