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:04:37 +00:00 committed by GitHub
parent 03a6269b5f
commit a6aab3d105
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {