Skip to content

Commit

Permalink
### 5.0.75 in PROD
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Apr 29, 2024
1 parent 49d3803 commit 47ef25c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/providers/translator.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export class TranslatorService {


this._translate.get(labels).subscribe(res => {
console.log('»»»» initI18n »»»»»» »»»»»» GET TRANSLATED LABELS RES ', res);
// console.log('»»»» initI18n »»»»»» »»»»»» GET TRANSLATED LABELS RES ', res);
globals.LABEL_PLACEHOLDER = res['LABEL_PLACEHOLDER']
globals.LABEL_START_NW_CONV = res['LABEL_START_NW_CONV'];
globals.LABEL_SELECT_TOPIC = res['LABEL_SELECT_TOPIC'];
Expand Down Expand Up @@ -317,7 +317,7 @@ export class TranslatorService {
globals.LABEL_PREVIEW = res['LABEL_PREVIEW']
globals.LABEL_ERROR_FIELD_REQUIRED= res['LABEL_ERROR_FIELD_REQUIRED']

console.log('resss', globals.WELCOME_TITLE)

if(globals.WELCOME_TITLE === 'WELLCOME_TITLE') globals.WELCOME_TITLE = res['WELCOME_TITLE']
if (!globals.welcomeTitle) {
globals.welcomeTitle = globals.WELCOME_TITLE; /** Set the widget welcome message. Value type : string */
Expand Down

0 comments on commit 47ef25c

Please sign in to comment.