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
* refactor: Relocate ApplicationPasswordReauthenticateDialogPreview
Remove from abstract class to fix Jetpack Compose preview error: "render
error."
* refactor: Extract ApplicationPasswordDialog for Jetpack Compose preview
Preview the actual UI code used by the app, rather than a copy of the
dialog composition.
* feat: Add ApplicationPasswordDialog dismiss button
Communicate the dialog may be dismissed.
* fix: Use consistent punctuation
While Material's guidelines state to avoid unnecessary punctuation, all
examples that have one more than one sentence use punctuation for all
sentences.
Copy file name to clipboardExpand all lines: WordPress/src/main/java/org/wordpress/android/ui/accounts/login/applicationpassword/ApplicationPasswordDialogActivity.kt
Copy file name to clipboardExpand all lines: WordPress/src/main/res/values/strings.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5058,7 +5058,7 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
5058
5058
<stringname="application_password_title">Authenticate using Application Password</string>
5059
5059
<stringname="application_password_not_supported_error"a8c-src-lib="module:login">The provided site does not support Application Password authentication.</string>
<stringname="application_password_invalid_description">Your application password no longer exists. Please sign in again to create a new application password</string>
5061
+
<stringname="application_password_invalid_description">Your application password no longer exists. Please sign in again to create a new application password.</string>
<stringname="application_password_required_description">Application passwords are a more secure way to connect to your self-hosted site, and enable support for features like %1$s.</string>
0 commit comments