From 35ae211266e5b2ea6f39a8c47728eae1079627cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my?= Date: Mon, 4 Jan 2021 07:54:18 +0000 Subject: [PATCH] Translated using Weblate (English) Currently translated at 100.0% (568 of 568 strings) --- src/Wallabag/CoreBundle/Resources/translations/messages.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml index 6c75a1b03..1134fc977 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml @@ -556,7 +556,7 @@ developer: page_title: API clients management > How to create my first application description: paragraph_1: The following commands make use of the HTTPie library. Make sure it is installed on your system before using it. - paragraph_2: You need a token to communicate between your 3rd application and wallabag API. + paragraph_2: You need a token to communicate between your third-party application and wallabag API. paragraph_3: To create this token, you need to create a new client. paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):' paragraph_5: 'The API will return a response like this:'