In app_src/context.jsx file,
keep = confirm(locale.settingsImportReplace);
the confirm() function creates a dialog with two buttons "OK" and "Cancel".
However, the "locale.settingsImportReplace" is a Yes-No question.
Therefore, I would suggest a change for those two buttons,
from OK and Cancel to Yes and No.