Updated password updated successfully notification copy (#20512)

REF DES-540
This commit is contained in:
Sanne de Vries 2024-07-02 16:26:12 +02:00 committed by GitHub
parent 92a84f77fd
commit 3618632129
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ const debug = require('@tryghost/debug')('api:endpoints:utils:serializers:output
const messages = {
checkEmailForInstructions: 'Check your email for further instructions.',
passwordChanged: 'Password changed successfully.',
passwordChanged: 'Password updated',
invitationAccepted: 'Invitation accepted.'
};

View File

@ -754,7 +754,7 @@ exports[`Authentication API Password reset reset password 1: [body] 1`] = `
Object {
"password_reset": Array [
Object {
"message": "Password changed successfully.",
"message": "Password updated",
},
],
}
@ -764,7 +764,7 @@ exports[`Authentication API Password reset reset password 2: [headers] 1`] = `
Object {
"access-control-allow-origin": "http://127.0.0.1:2369",
"cache-control": "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0",
"content-length": "65",
"content-length": "51",
"content-type": "application/json; charset=utf-8",
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,