From db34b954c54336c54286fc8309b7c831d479ee48 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Sun, 4 Dec 2022 19:46:56 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8=20=D1=82=D0=B5=D0=BA=D1=81=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/core/opds/SearchPage.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/core/opds/SearchPage.js b/server/core/opds/SearchPage.js index 589ae4b..d363f15 100644 --- a/server/core/opds/SearchPage.js +++ b/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': `Искать по названиям книг`, }, }), ]