diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-04-29 15:43:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-29 15:43:42 +0200 |
commit | 8ee18fdabc38bf67c2b23c40362ac19e933edfa7 (patch) | |
tree | d0367d7030e8c256b508020f0ddf5854dce19ef8 | |
parent | 138c352cd719a8eb1ca00e71b00a0df2e4aecfef (diff) | |
parent | ef88b37eb59a00aec5ac16f3c2e1e29053bd5ad7 (diff) | |
download | wallabag-8ee18fdabc38bf67c2b23c40362ac19e933edfa7.tar.gz wallabag-8ee18fdabc38bf67c2b23c40362ac19e933edfa7.tar.zst wallabag-8ee18fdabc38bf67c2b23c40362ac19e933edfa7.zip |
Merge pull request #3064 from gileri/master
Correct create_application en string
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/translations/messages.en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml index 8e7e3c2c..df782b01 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml | |||
@@ -359,7 +359,7 @@ quickstart: | |||
359 | developer: | 359 | developer: |
360 | title: 'Developers' | 360 | title: 'Developers' |
361 | description: 'We also thought to the developers: Docker, API, translations, etc.' | 361 | description: 'We also thought to the developers: Docker, API, translations, etc.' |
362 | create_application: 'Create your third application' | 362 | create_application: 'Create your third-party application' |
363 | use_docker: 'Use Docker to install wallabag' | 363 | use_docker: 'Use Docker to install wallabag' |
364 | docs: | 364 | docs: |
365 | title: 'Full documentation' | 365 | title: 'Full documentation' |