Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit f3ec739

Browse files
committed
Remove double the in site address descriptive text
1 parent 6bee9db commit f3ec739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressAuthenticator/Extensions/FancyAlertViewController+LoginError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import WordPressUI
77
extension FancyAlertViewController {
88
private struct Strings {
99
static let titleText = NSLocalizedString("What's my site address?", comment: "Title of alert helping users understand their site address")
10-
static let bodyText = NSLocalizedString("Your site address appears in the bar at the the top of the screen when you visit your site in Safari.", comment: "Body text of alert helping users understand their site address")
10+
static let bodyText = NSLocalizedString("Your site address appears in the bar at the top of the screen when you visit your site in Safari.", comment: "Body text of alert helping users understand their site address")
1111
static let OK = NSLocalizedString("OK", comment: "Ok button for dismissing alert helping users understand their site address")
1212
static let moreHelp = NSLocalizedString("Need more help?", comment: "Title of the more help button on alert helping users understand their site address")
1313
}

0 commit comments

Comments
 (0)