Skip to content

Commit

Permalink
Updated text for login with email button
Browse files Browse the repository at this point in the history
  • Loading branch information
charliescheer committed Jul 26, 2024
1 parent 5e08a6a commit 045295c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Simplenote/AuthenticationMode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ private enum LoginStrings {
}

private enum MagicLinkStrings {
static let primaryAction = NSLocalizedString("Instantly Log In with Email", comment: "Title of button for logging in")
static let primaryAction = NSLocalizedString("Log in with email", comment: "Title of button for logging in")
static let primaryAnimationText = NSLocalizedString("Requesting Email...", comment: "Title of button for logging in")
static let secondaryAction = NSLocalizedString("Continue with Password", comment: "Continue with Password Action")
static let switchAction = NSLocalizedString("Sign Up", comment: "Title of button for signing up")
Expand Down

0 comments on commit 045295c

Please sign in to comment.