You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WordPress/Classes/Utility/AuthTokenIssueSolver.swift
+4-4
Original file line number
Diff line number
Diff line change
@@ -77,25 +77,25 @@ struct AuthTokenIssueSolver {
77
77
privateenumStrings{
78
78
enumCancelAlert{
79
79
staticlettitle=NSLocalizedString(
80
-
"auth_token_issue_solver.cancel_alert.title",
80
+
"authTokenIssueSolver.cancelAlert.title",
81
81
value:"Careful!",
82
82
comment:"Title for the warning shown to the user when he refuses to re-login when the authToken is missing."
83
83
)
84
84
staticletmessage=NSLocalizedString(
85
-
"auth_token_issue_solver.cancel_alert.message",
85
+
"authTokenIssueSolver.cancelAlert.message",
86
86
value:"Proceeding will remove all WordPress.com data from this device, and delete any locally saved drafts. You will not lose anything already saved to your WordPress.com blog(s).",
87
87
comment:"Message for the warning shown to the user when he refuses to re-login when the authToken is missing."
0 commit comments