Skip to content

Commit ca32f44

Browse files
committed
add translationt to read research button
1 parent c1ca21b commit ca32f44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/research/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h3><a href="{{ .Permalink }}" class="post-title">{{ .Title }}</a></h3>
1717
{{ if and (now.Before (time .Params.report_publish_date)) (now.After (time .Params.survey_closing_date)) }}
1818
<a href="{{.Permalink}}" class="btn btn-primary btn-sm">Coming Soon</a>
1919
{{ else if (now.After (time .Params.report_publish_date)) }}
20-
<a href="{{.Permalink}}" class="btn btn-primary btn-sm">Read Research Report</a>
20+
<a href="{{.Permalink}}" class="btn btn-primary btn-sm">{{ T "read_research_report" }}</a>
2121
{{ else }}
2222
<a href="{{.Permalink}}" class="btn btn-primary btn-sm">Take Survey</a>
2323
{{ end }}

0 commit comments

Comments
 (0)