switch to styleMissingName

This commit is contained in:
tophf 2020-11-26 12:09:11 +03:00
parent 355f240779
commit 6451eb533c

View File

@ -303,7 +303,7 @@ lazyInit();
document.title = `${ document.title = `${
isDirty ? '* ' : '' isDirty ? '* ' : ''
}${ }${
style.customName || style.name || t('addStyleLabel') style.customName || style.name || t('styleMissingName')
} - Stylus`; // the suffix enables external utilities to process our windows e.g. pin on top } - Stylus`; // the suffix enables external utilities to process our windows e.g. pin on top
} }