Phrase settings saved

This commit is contained in:
chfhtw
2025-11-13 08:52:47 +01:00
parent 7566e8aac2
commit 5d957e38ae
2 changed files with 21 additions and 2 deletions
+1 -2
View File
@@ -51,10 +51,9 @@ export default {
this.$refs.form
.call(this.endpoints.set(this.tempValues))
.then(() => {
// TODO(chris): phrase
this.$emit('update:modelValue', { ...this.tempValues });
this.$refs.modal.hide();
this.$fhcAlert.alertSuccess('config updated');
this.$fhcAlert.alertSuccess(this.$p.t('ui/settings_saved'));
})
.catch(this.$fhcAlert.handleSystemErrors);
}
+20
View File
@@ -1835,6 +1835,26 @@ $phrases = array(
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'settings_saved',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Einstellungen gespeichert',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Settings saved',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',