diff --git a/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js b/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js index 7dcb51b14..2f2e996ce 100644 --- a/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js +++ b/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js @@ -294,6 +294,7 @@ define([ this.cmbType.setValue(this.api.asc_getLocaleExample(props.format, 38822)); } this.Format = props.format; + this.lblExample.text(this.api.asc_getLocaleExample(this.Format)); } // for fraction - if props.format not in cmbType - setValue(this.txtCustom) // for date/time - if props.format not in cmbType - setValue(this.api.asc_getLocaleExample(props.format, 38822))