From e6edd42737c223525ca39b4f267c37e8a659b2bb Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Wed, 12 Feb 2025 14:34:52 +0100 Subject: [PATCH] profil remove console.log, added missing phrase --- public/js/components/Cis/Profil/Profil.js | 1 - system/phrasesupdate.php | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/public/js/components/Cis/Profil/Profil.js b/public/js/components/Cis/Profil/Profil.js index 26ad712be..73dd8b132 100644 --- a/public/js/components/Cis/Profil/Profil.js +++ b/public/js/components/Cis/Profil/Profil.js @@ -355,7 +355,6 @@ export const Profil = { } }, uid (newVal, oldVal) { - console.log('watch uid', newVal) this.load() } }, diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 03a1259e6..14002a580 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -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',