Skip to content

Clean up remaining backend strings on the HTML translation linter todolist

Josianne Hyson requested to merge jh-cleanup_html_todolist into master

What does this MR do?

Part of: #228846 (closed)

Remove direct usage of HTML in translations used in the remaining backend strings so that these strings can be removed from the todolist and translated normally.

Also remove all strings from the todolist that are no longer in the app.

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

screen screenshot
Autodeploy notice Screen_Shot_2020-08-11_at_3.50.25_PM
Invite message Screen_Shot_2020-08-11_at_3.52.43_PMScreen_Shot_2020-08-11_at_3.53.19_PMScreen_Shot_2020-08-11_at_3.53.48_PM
Authorize user Screen_Shot_2020-08-11_at_4.21.25_PM
Pages Screen_Shot_2020-08-11_at_4.24.21_PM
Mattermost commands Screen_Shot_2020-08-11_at_4.29.58_PM
Project CI/CD Screen_Shot_2020-08-11_at_4.31.42_PM
Group IP restriction Screen_Shot_2020-08-11_at_4.33.18_PM
External database checker Screen_Shot_2020-08-11_at_4.35.46_PMScreen_Shot_2020-08-11_at_4.35.01_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • ~~Label as security and @ mention @gitlab-com/gl-security/appsec~~
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Josianne Hyson

Merge request reports