Merge "Fix Bug 41804 - Display Settings shows dual labels for Font Selection"
This commit is contained in:
@@ -327,6 +327,7 @@
|
|||||||
// uls-ui-font-selector-label
|
// uls-ui-font-selector-label
|
||||||
// uls-content-font-selector-label
|
// uls-content-font-selector-label
|
||||||
$fontLabel = this.$template.find( '#' + target + '-font-selector-label' );
|
$fontLabel = this.$template.find( '#' + target + '-font-selector-label' );
|
||||||
|
$fontLabel.empty();
|
||||||
$fontLabel.append( $( '<strong>' ).text(
|
$fontLabel.append( $( '<strong>' ).text(
|
||||||
$.i18n( 'ext-uls-webfonts-select-for', $.uls.data.getAutonym( language ) ) ) );
|
$.i18n( 'ext-uls-webfonts-select-for', $.uls.data.getAutonym( language ) ) ) );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user