Skip to content

Replace angle brackets in translations with entity codes

Josianne Hyson requested to merge jh-remove-angle-brackets-translations into master

What does this MR do?

Part of: #228846 (closed)

Replace angle brackets (<, >) in translated backend strings with their HTML entity code (&lt;, &gt;).

This is a follow up to https://gitlab.com/gitlab-org/gitlab/-/issues/217933 where we disallowed HTML in translations and moved all existing linter errors to a todolist.

Screenshots

Group New error message: Screen_Shot_2020-07-21_at_3.11.32_PM

Integrations Notice: Screen_Shot_2020-07-21_at_3.18.32_PM

Two Factor Auth Registrations: Screen_Shot_2020-07-21_at_3.25.27_PM

Pages Access: Screen_Shot_2020-07-22_at_1.23.32_PM

Slack Integration: Screen_Shot_2020-07-22_at_1.10.52_PM

Personal Access Tokens: Can't get into this state due to database constraint.

Deploy Tokens: Screen_Shot_2020-07-22_at_12.54.49_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Mayra Cabrera

Merge request reports