]> BookStack Code Mirror - bookstack/commitdiff
Merge pull request #1517 from bjubes/patch-1
authorDan Brown <redacted>
Wed, 3 Jul 2019 18:54:26 +0000 (19:54 +0100)
committerGitHub <redacted>
Wed, 3 Jul 2019 18:54:26 +0000 (19:54 +0100)
Fix missing word in users_social_accounts_info string

resources/lang/en/settings.php

index 4d70aa62663e678903b6b0554577c0668101bd52..43b4d4740d98a8c461396199cb608136139ccd19 100755 (executable)
@@ -126,7 +126,7 @@ return [
     'users_preferred_language' => 'Preferred Language',
     'users_preferred_language_desc' => 'This option will change the language used for the user-interface of the application. This will not affect any user-created content.',
     'users_social_accounts' => 'Social Accounts',
-    'users_social_accounts_info' => 'Here you can connect your other accounts for quicker and easier login. Disconnecting an account here does not previously authorized access. Revoke access from your profile settings on the connected social account.',
+    'users_social_accounts_info' => 'Here you can connect your other accounts for quicker and easier login. Disconnecting an account here does not revoke previously authorized access. Revoke access from your profile settings on the connected social account.',
     'users_social_connect' => 'Connect Account',
     'users_social_disconnect' => 'Disconnect Account',
     'users_social_connected' => ':socialAccount account was successfully attached to your profile.',