Skip to content

Change "%{text} %{files} files" to "%{text} %{files}" removing plural

scootergrisen requested to merge scootergrisen/gitlab:fix45 into master

After seeing the screenshots i changed my mind on this one so the text might be confusing to read.

Now i think it is better to just have a single string with "%{text} %{files}" without " file/ files" at the end.

Solves: #340113 (closed)

Change:

%{text} %{files}
%{text} %{files} files

To:

%{text} %{files}

Screenshots

Before After
Screen_Shot_2021-09-21_at_16.08.26 Screen_Shot_2021-09-23_at_19.47.47
Edited by Marcel Amirault

Merge request reports