Closed (fixed)
Project:
revolt
Version:
1.0.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2023 at 11:16 UTC
Updated:
18 Oct 2023 at 09:09 UTC
Jump to comment: Most recent
Hello all,
On the file templates/content/node.html.twig, the twig code is written like this:
{% trans %} Submitted by %author_name% on %date% {% endtrans %}
Changing the code like this would work:
{% trans %} Submitted by {{ author_name }} on {{ date }} {% endtrans %}
Best,
Orkut
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
orkutmuratyilmazI did the patch and tested it. So that, I'm creating a merge request, respectively.
Comment #4
rushikesh raval commentedI have tested MR!4. It working as per requirement and solve the issue. so moving it RTBC.
Comment #7
yogesh.k commentedComment #8
yogesh.k commentedComment #9
pkghang commented