[skip ci] update stings.xml

This commit is contained in:
Xwite
2023-05-07 21:10:14 +08:00
parent ddafb8b9d7
commit 248d677d28
8 changed files with 9 additions and 9 deletions
@@ -83,8 +83,8 @@ object AppWebDav {
!WebDav(exportsWebDavUrl, authorization).makeAsDir()
) {
appCtx.removePref(PreferKey.webDavPassword)
appCtx.toastOnUi(R.string.webdav_application_password_error)
throw WebDavException(appCtx.getString(R.string.webdav_application_password_error))
appCtx.toastOnUi(R.string.webdav_application_authorization_error)
throw WebDavException(appCtx.getString(R.string.webdav_application_authorization_error))
}
}