profil remove console.log, added missing phrase

This commit is contained in:
Johann Hoffmann
2025-02-12 14:34:52 +01:00
parent 60e12e1ab7
commit e6edd42737
2 changed files with 20 additions and 1 deletions
@@ -355,7 +355,6 @@ export const Profil = {
}
},
uid (newVal, oldVal) {
console.log('watch uid', newVal)
this.load()
}
},
+20
View File
@@ -26736,6 +26736,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'profil',
'phrase' => 'MOBIL',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Mobiltelefonnummer',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Cell phone number',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'profil',