Skip to content

Commit c8e4dad

Browse files
committed
fix: pro dialog error message
1 parent 8601517 commit c8e4dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/components/dialog/user-settings/pages/user-pro/ProSettingsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ function PageHero() {
899899
dispatch(
900900
updateLocalizedPopupDialog({
901901
title: { token: 'proStatusError' },
902-
description: { token: 'proStatusNetworkErrorDescription' },
902+
description: { token: 'proStatusRefreshNetworkError' },
903903
overrideButtons: backendErrorButtons,
904904
})
905905
);

0 commit comments

Comments
 (0)