diff options
author | Jacob Schatz <jschatz1@gmail.com> | 2016-01-21 03:12:09 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2016-01-21 03:12:09 +0000 |
commit | a4ff270d59ef951538cb9d3962ebc8bc7d990016 (patch) | |
tree | e28f5171ae0f8926e61dee5a76db2f0c36a3631e /config | |
parent | 1f9153b9a6a50251468a412653e8aa9288083f12 (diff) | |
parent | ceab12866f55b422bee4ad3d6828d08abce8b874 (diff) | |
download | gitlab-ce-a4ff270d59ef951538cb9d3962ebc8bc7d990016.tar.gz |
Merge branch 'new-pagination' into 'master'
Implement new UI for pagination
Fixes #6063 ![Screenshot_2016-01-20_09.38.59](/uploads/f50d333bdb6cb9683848fb0a874241ef/Screenshot_2016-01-20_09.38.59.png)
See merge request !2517
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 4 |
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" |