Fix small typos (#333)

* Fix small typos

- *Fix cap on YouTube, AllTube...*

* Fix YouTube cap
This commit is contained in:
Éric Gaspar 2020-12-05 15:00:46 +01:00 committed by GitHub
parent f2bef49ad6
commit a5bda1d35e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 16 deletions

View file

@ -60,7 +60,7 @@ class FrontController extends BaseController
[
'class' => 'index',
'description' => $this->localeManager->t(
'Easily download videos from Youtube, Dailymotion, Vimeo and other websites.'
'Easily download videos from YouTube, Dailymotion, Vimeo and other websites.'
),
'supportedLocales' => $this->localeManager->getSupportedLocales(),
]
@ -103,7 +103,7 @@ class FrontController extends BaseController
'extractors' => $this->downloader->getExtractors(),
'class' => 'extractors',
'title' => $this->localeManager->t('Supported websites'),
'description' => $this->localeManager->t('List of all supported websites from which Alltube Download ' .
'description' => $this->localeManager->t('List of all supported websites from which AllTube Download ' .
'can extract video or audio files'),
]
);
@ -128,7 +128,7 @@ class FrontController extends BaseController
'class' => 'password',
'title' => $this->localeManager->t('Password prompt'),
'description' => $this->localeManager->t(
'You need a password in order to download this video with Alltube Download'
'You need a password in order to download this video with AllTube Download'
),
]
);