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

Update src/scripts/clientUtils.js

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
vitorsemeano 2020-11-07 12:09:46 +00:00 committed by GitHub
parent ce2551d1e1
commit f309761d87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@ export function processPluginConfigurationUpdateResult() {
export function processServerConfigurationUpdateResult(result) { export function processServerConfigurationUpdateResult(result) {
loading.hide(); loading.hide();
toast.default(globalize.translate('MessageSettingsSaved')); toast(globalize.translate('SettingsSaved'));
} }
export function processErrorResponse(response) { export function processErrorResponse(response) {