diff --git a/src/dmca-page.js b/src/dmca-page.js
index f876457..57b0f75 100644
--- a/src/dmca-page.js
+++ b/src/dmca-page.js
@@ -20,7 +20,7 @@ export default class DMCAPage extends Page {
Content status
- Our main goal is collect and make analysis about content (based on content of the torrent network). We don't save/distribute any real content and also don't save any torrents files - we are respect DMCA law.
+ Our main goal is collect and make analysis of information from the torrent network. We don't save/distribute any real content/data and also don't save any torrents files - we are respect DMCA law.
Information collected automaticly and the real source are torrent clients based on torrent protocol.
Block mechanisms (for rightholders)
diff --git a/src/index-page.js b/src/index-page.js
index 3e7fffa..618a840 100644
--- a/src/index-page.js
+++ b/src/index-page.js
@@ -12,12 +12,12 @@ const Header = (props) => {
return (
}
+ overlay={}
>
- Welcome to BT Search! This is file search engine based on the torrents of internet.
+ Welcome to BT Search! This is file search engine based on the torrents from the internet.
Here you can easily find torrent or file that you intrested for. We are not responsible for any content of the site:
this is only information about content that collected automatically! Content right holders and users can mark/block bad content.
@@ -30,7 +30,7 @@ export {Header}
export default class IndexPage extends Page {
constructor(props) {
super(props)
- this.setTitle('Welcome to files/torrents search engine');
+ this.setTitle('Rats On The Boat - Content Search Engine');
}
render() {
return (
diff --git a/src/torrent-page.js b/src/torrent-page.js
index b82c4d4..16fff2d 100644
--- a/src/torrent-page.js
+++ b/src/torrent-page.js
@@ -145,7 +145,7 @@ export default class TorrentPage extends Page {
window.torrentSocket.emit('torrent', this.props.hash, {files: true}, window.customLoader((data) => {
if(data) {
this.torrent = data
- this.setTitle('Download ' + this.torrent.name);
+ this.setTitle(this.torrent.name + ' - RatsOnTheBoat.org');
//this.forceUpdate(); // вызывается через searchingIndicator
// Получаем более новую статистику пира