Browse Source

Поправки текста

Book Pauk 2 years ago
parent
commit
db34b954c5
1 changed files with 3 additions and 3 deletions
  1. 3 3
      server/core/opds/SearchPage.js

+ 3 - 3
server/core/opds/SearchPage.js

@@ -68,7 +68,7 @@ class SearchPage extends BasePage {
                     link: this.navLink({href: `/${this.id}?type=author&term=${encodeURIComponent(query.term)}`}),
                     content: {
                         '*ATTRS': {type: 'text'},
-                        '*TEXT': `Поиск по авторам книг`,
+                        '*TEXT': `Искать по именам авторов`,
                     },
                 }),
                 this.makeEntry({
@@ -77,7 +77,7 @@ class SearchPage extends BasePage {
                     link: this.navLink({href: `/${this.id}?type=series&term=${encodeURIComponent(query.term)}`}),
                     content: {
                         '*ATTRS': {type: 'text'},
-                        '*TEXT': `Поиск по сериям книг`,
+                        '*TEXT': `Искать по названиям серий`,
                     },
                 }),
                 this.makeEntry({
@@ -86,7 +86,7 @@ class SearchPage extends BasePage {
                     link: this.navLink({href: `/${this.id}?type=title&term=${encodeURIComponent(query.term)}`}),
                     content: {
                         '*ATTRS': {type: 'text'},
-                        '*TEXT': `Поиск по названиям книг`,
+                        '*TEXT': `Искать по названиям книг`,
                     },
                 }),
             ]