Commit 6a5b7b00 authored by Nathan Friend's avatar Nathan Friend

Allow "Prev" and "Next" buttons to be translated

parent a1f735f3
......@@ -27,6 +27,8 @@ export default {
<div class="gl-display-flex gl-justify-content-center">
<gl-keyset-pagination
v-bind="pageInfo"
:prev-text="__('Prev')"
:next-text="__('Next')"
v-on="$listeners"
@prev="onPrev($event)"
@next="onNext($event)"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment