mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Updated password updated successfully notification copy (#20512)
REF DES-540
This commit is contained in:
parent
92a84f77fd
commit
3618632129
@ -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.'
|
||||
};
|
||||
|
||||
|
@ -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 \\]\\|\\\\\\\\\\.\\)\\*"/,
|
||||
|
Loading…
Reference in New Issue
Block a user