gunndabad / govuk-frontend-aspnetcore

ASP.NET Core integration for GOV.UK Design system
MIT License
30 stars 8 forks source link

Error prefix for page title is not localisable #270

Closed sussexrick closed 1 year ago

sussexrick commented 1 year ago

In most cases text is customisable as the content of a tag helper or tag helper attribute. This enables localisation for different languages. The prefix "Error: " in TitleTagHelper is hard-coded, and therefore not localisable.