Browse Source

i18n: update pagination.pagesize of ru-RU (#10716)

pagination.pagesize should have a white space before or it will be displayed incorrectly.
Amanbolat Balabekov 7 years ago
parent
commit
43781c9c5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/locale/lang/ru-RU.js

+ 1 - 1
src/locale/lang/ru-RU.js

@@ -71,7 +71,7 @@ export default {
     },
     pagination: {
       goto: 'Перейти',
-      pagesize: 'на странице',
+      pagesize: ' на странице',
       total: 'Всего {total}',
       pageClassifier: ''
     },