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