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
NSLocalizedString("applicationPasswordRequired.title", value:"Application Password Required", comment:"Title for the prompt to upgrade to Application Passwords")
letformat=NSLocalizedString("applicationPasswordRequired.description", value:"Application passwords are a more secure way to connect to your self-hosted site, and enable support for features like %@.", comment:"Description for the prompt to upgrade to Application Passwords. The first argument is the name of the feature that requires Application Passwords.")
54
+
returnString(format: format, localizedFeatureName)
letfeature=NSLocalizedString("applicationPasswordRequired.feature.plugins", value:"Application Passwords Management", comment:"Feature name for managing Application Passwords in the app")
149
+
letrootView=ApplicationPasswordRequiredView(blog:self.blog, localizedFeatureName: feature){ client in
leterror=NSLocalizedString("applicationPasswordMigration.error.siteUrlNotFound", value:"Cannot find the current site's url", comment:"Error message when the current site's url cannot be found")
199
+
Notice(title: error).post()
200
+
return
201
+
}
202
+
203
+
do{
204
+
// Get an application password for the given site.
letformat=NSLocalizedString("applicationPasswordMigration.error.usernameMismatch", value:"You need to sign in with user \"%@\"", comment:"Error message when the username does not match the signed-in user. The first argument is the currently signed in user's user login name")
0 commit comments