Skip to content

Avoid splitting strings in repository maintenance UI

Evan Read requested to merge eread/improve-repo-maintenance-ui-strings into master

What does this MR do?

Follow up to: !65117 (merged).

Changes strings so they aren't split, per: https://docs.gitlab.com/ee/development/i18n/externalization.html#avoid-splitting-sentences-when-adding-links

Screenshots or Screencasts (strongly suggested)

Should be no visual difference:

  • Before:

    • Top:

      Screen_Shot_2021-07-09_at_12.46.36_pm

    • Bottom:

      Screen_Shot_2021-07-09_at_12.46.50_pm

  • After:

    • Top:

      Screen_Shot_2021-07-09_at_12.38.18_pm

    • Bottom:

      Screen_Shot_2021-07-09_at_12.38.28_pm

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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 Evan Read

Merge request reports