Fix error
This commit is contained in:
parent
c6b6a7a0d0
commit
d190e67c41
|
@ -1607,7 +1607,7 @@ define([
|
||||||
config.msg = this.errorComboSeries;
|
config.msg = this.errorComboSeries;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case Asc.c_oAscError.ID.Asc.Password:
|
case Asc.c_oAscError.ID.Password:
|
||||||
config.msg = this.errorSetPassword;
|
config.msg = this.errorSetPassword;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
@ -1278,7 +1278,7 @@ define([
|
||||||
config.msg = this.errorComboSeries;
|
config.msg = this.errorComboSeries;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case Asc.c_oAscError.ID.Asc.Password:
|
case Asc.c_oAscError.ID.Password:
|
||||||
config.msg = this.errorSetPassword;
|
config.msg = this.errorSetPassword;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
@ -1558,7 +1558,7 @@ define([
|
||||||
config.msg = this.errorChangeFilteredRange;
|
config.msg = this.errorChangeFilteredRange;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case Asc.c_oAscError.ID.Asc.Password:
|
case Asc.c_oAscError.ID.Password:
|
||||||
config.msg = this.errorSetPassword;
|
config.msg = this.errorSetPassword;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue