1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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() { export function processPluginConfigurationUpdateResult() {
loading.hide(); loading.hide();
toast(globalize.translate('MessageSettingsSaved')); toast(globalize.translate('SettingsSaved'));
} }
export function processServerConfigurationUpdateResult(result) { export function processServerConfigurationUpdateResult(result) {