Fix a typo in "Сбросиь"

This commit is contained in:
ilyaigpetrov 2019-05-05 11:17:43 -05:00 committed by GitHub
parent b33e038c2e
commit 1eb005f085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ export default function getApplyMods(theState) {
const resetMods = function resetMods(props) { const resetMods = function resetMods(props) {
const ifSure = props.bgWindow.confirm('Сбросиь все модификаторы и ИСКЛЮЧЕНИЯ?'); const ifSure = props.bgWindow.confirm('Сбросить все модификаторы и ИСКЛЮЧЕНИЯ?');
if (!ifSure) { if (!ifSure) {
return false; return false;
} }