diff --git a/ghost/portal/src/components/pages/AccountProfilePage.js b/ghost/portal/src/components/pages/AccountProfilePage.js index 6fc928841e..1eda2d1c01 100644 --- a/ghost/portal/src/components/pages/AccountProfilePage.js +++ b/ghost/portal/src/components/pages/AccountProfilePage.js @@ -62,6 +62,9 @@ export default class AccountProfilePage extends React.Component { } else if (isSaved) { label = 'Saved'; } + if (this.context.action === 'updateProfile:failed') { + label = 'Retry'; + } const disabled = isRunning ? true : false; return (