Skip to content

Commit d0c1610

Browse files
authored
Use 'Dismiss' to close pinned identity changes, instead of 'Ok' (#29569)
1 parent 64e2a84 commit d0c1610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/rooms/UserIdentityWarning.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function getTitleAndAction(prompt: ViolationPrompt): [title: React.ReactNode, ac
104104
},
105105
);
106106
}
107-
action = _t("action|ok");
107+
action = _t("action|dismiss");
108108
}
109109
return [title, action];
110110
}

0 commit comments

Comments
 (0)