🐛 N°1956 Portal: Fix message content in user profile when password edition is disabled

This commit is contained in:
Molkobain
2019-03-13 10:31:04 +01:00
parent 914d19e7e4
commit a5340917a7

View File

@@ -123,7 +123,7 @@
</div>
</form>
{% else %}
{{ 'Brick:Portal:UserProfile:Password:CantChangeContactAdministrator'|dict_s }}
{{ 'Brick:Portal:UserProfile:Password:CantChangeContactAdministrator'|dict_format(constant('ITOP_APPLICATION_SHORT')) }}
{% endif %}
</div>
</div>