summaryrefslogtreecommitdiff
path: root/config/locales
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-20 09:42:13 -0800
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-20 21:27:01 -0500
commit8367e4abebcf23a6be830db57193417d3efe20b5 (patch)
tree6b72e964e04ab09b3099e122ceba4136718f7609 /config/locales
parent1f9153b9a6a50251468a412653e8aa9288083f12 (diff)
downloadgitlab-ce-8367e4abebcf23a6be830db57193417d3efe20b5.tar.gz
Implement new UI for pagination
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/en.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index f6cfb5efd2a..cedb5e207bd 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -8,3 +8,7 @@ en:
wrong_size: "is the wrong size (should be %{file_size})"
size_too_small: "is too small (should be at least %{file_size})"
size_too_big: "is too big (should be at most %{file_size})"
+ views:
+ pagination:
+ previous: "Prev"
+ next: "Next"