Skip to content

Commit

Permalink
Fix log in grammar (#2066)
Browse files Browse the repository at this point in the history
Summary:
- [x] sign [contributor license agreement](https://code.facebook.com/cla)
- [ ] I've ensured that all existing tests pass and added tests (when/where necessary)
- [ ] I've updated the documentation (when/where necessary) and [Changelog](CHANGELOG.md) (when/where necessary)
- [ ] I've added the proper label to this pull request (e.g. `bug` for bug fixes)

## Pull Request Details
This pull request replaces "into" with "in to" as "log in" is a phrasal verb. The Facebook website used to show [Log Into Facebook](https://webcache.googleusercontent.com/search?q=cache%3Aj0A5ZsypiDgJ%3Ahttps%3A%2F%2Fwww.facebook.com%2Flogin.php%2F%20&cd=1&hl=en&ct=clnk&gl=de) but now displays [Log in to Facebook](https://www.facebook.com/login.php/).

Pull Request resolved: #2066

Reviewed By: joesus

Differential Revision: D36424396

Pulled By: samodom

fbshipit-source-id: a86d5c463281690ca304cdc524085564ad16afa8
  • Loading branch information
dnicolson authored and facebook-github-bot committed May 18, 2022
1 parent c82c10f commit 21d9d5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ - (instancetype)initWithDictionary:(NSDictionary<NSString *, id> *)dictionary
@"ErrorRecovery.Login.Suggestion",
@"FacebookSDK",
[FBSDKInternalUtility.sharedUtility bundleForStrings],
@"Please log into this app again to reconnect your Facebook account.",

This comment has been minimized.

Copy link
@JefriReynaldi

JefriReynaldi Dec 20, 2023

in to

This comment has been minimized.

Copy link
@JefriReynaldi

JefriReynaldi Dec 20, 2023

in to

@"Please log in to this app again to reconnect your Facebook account.",
@"The fallback message to display to recover invalidated tokens"
);
NSArray<NSDictionary<NSString *, id> *> *fallbackArray = @[
Expand Down
Binary file modified FacebookSDKStrings.bundle/Resources/en.lproj/FacebookSDK.strings
Binary file not shown.

0 comments on commit 21d9d5c

Please sign in to comment.