Skip to content

Commit 8601517

Browse files
committed
fix: non-originating cancel title
1 parent 4428768 commit 8601517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ function ProInfoBlockCancel() {
323323
const { data } = useProAccessDetails();
324324
return (
325325
<ProInfoBlockLayout
326-
titleElement={tr('cancelAccess')}
326+
titleElement={tr('proCancellation')}
327327
descriptionElement={
328328
<Localizer
329329
token="proCancellationDescription"

0 commit comments

Comments
 (0)