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

This commit is contained in:
Book Pauk
2022-12-04 19:46:56 +07:00
parent a22ec367a5
commit db34b954c5

View File

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