Skip to content

Commit

Permalink
One more
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Dec 12, 2024
1 parent 6b14a9f commit c014890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/viewer/RedactionLayer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ So this layer is only showing unsaved redactions.
beforeNavigate(({ cancel }) => {
if ($redactions.length > 0) {
if (!confirm($_("redact.cancelWarning"))) {
if (!confirm($_("redact.leaveWarning"))) {
cancel();
return;
}
Expand Down

0 comments on commit c014890

Please sign in to comment.