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 @@ -420,7 +420,7 @@ const saveFileTask = useTask(function* () {
errorPopup(
new HttpError(
$gettext(
'This file was updated outside this window. Please refresh the page (all changes will be lost).'
'This file was updated outside this window. Please copy your changes or save the file under a new name (»Save As...«).'
),
e.response
)
Expand Down