mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix trans tag in templates
This commit is contained in:
@@ -245,7 +245,7 @@
|
||||
return;
|
||||
}
|
||||
if (false === data.innodb) {
|
||||
el_message.empty().append("{% trans 'Database server does not support InnoDB storage engine' %}");
|
||||
el_message.empty().append("{{ 'Database server does not support InnoDB storage engine' | trans }}");
|
||||
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user