Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export function withMappingActivationConfirmation(
const recommendationStr =
editableMapping == null
? ""
: "This is because the current mapping was locked while editing it with the proofreading tool. Consider changing the active mapping instead.";
: "This is because the current mapping was locked while editing it with the proofreading tool. Consider changing the active mesh file instead.";

const confirmMappingActivation: MenuClickEventHandler = (menuClickEvent) => {
confirm({
Expand Down
Loading