Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/diffs/overflow_warning_component.rb')
-rw-r--r--app/components/diffs/overflow_warning_component.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/components/diffs/overflow_warning_component.rb b/app/components/diffs/overflow_warning_component.rb
index 5123809cfdc..34882885027 100644
--- a/app/components/diffs/overflow_warning_component.rb
+++ b/app/components/diffs/overflow_warning_component.rb
@@ -54,8 +54,8 @@ module Diffs
def message_text
_(
- "To preserve performance only %{strong_open}%{display_size} " \
- "of %{real_size}%{strong_close} files are displayed."
+ "For a faster browsing experience, only %{strong_open}%{display_size} of %{real_size}%{strong_close} " \
+ "files are shown. Download one of the files below to see all changes."
)
end