Merge branch 'es6-webpack' of github.com:vitorsemeano/jellyfin-web into es6-webpack

This commit is contained in:
vitorsemeano 2020-11-07 12:05:13 +00:00
commit ce2551d1e1

View file

@ -89,7 +89,7 @@ export function navigate(url, preserveQueryString) {
export function processPluginConfigurationUpdateResult() {
loading.hide();
toast(globalize.translate('MessageSettingsSaved'));
toast(globalize.translate('SettingsSaved'));
}
export function processServerConfigurationUpdateResult(result) {