"Download as PDF" should be a t string

Created on 1 May 2024, about 2 months ago
Updated 23 May 2024, about 1 month ago

Problem/Motivation

The string "Download as PDF" does not show up in the string translations because in the code it was not passed through the t() function.

Steps to reproduce

Enable translation, view site in that language other than English. Look for the translation string. You will not find "Download as PDF" anywhere. If you do, it's from a different module

Proposed resolution

Look at the code for this string and pass it through the t() function.

Remaining tasks

Make a patch and submit it, or a merge request.

User interface changes

Fixing this ensures that the label will show up in the correct language after string translation.

API changes

Minor

Data model changes

N/A

🐛 Bug report
Status

Fixed

Version

1.0

Component

User interface

Created by

🇨🇦Canada joseph.olstad

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024