Update EditChannels.plugin.js

This commit is contained in:
Mirco Wittrien 2017-09-02 09:51:36 +02:00 committed by GitHub
parent 29a1ba456a
commit 812487f400
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ class EditChannels {
setTimeout(function() {
that.labels = that.setLabelsByLanguage();
that.changeLanguageStrings();
},1000);
},5000);
}
stop () {