Merge pull request #246 from amire80/span

Move the message attribute to the correct element
This commit is contained in:
Kartik Mistry
2016-12-06 06:06:52 -08:00
committed by GitHub

View File

@@ -35,11 +35,12 @@
.addClass( 'uls-no-found-more' )
.append(
$( '<div>' )
.attr( 'data-i18n', 'uls-search-help' )
.addClass( '' )
.append(
$( '<p>' ).append(
$( '<span>' ).text( 'You can search by language name, script name, ISO code of language or you can browse by region.' )
$( '<span>' )
.attr( 'data-i18n', 'uls-search-help' )
.text( 'You can search by language name, script name, ISO code of language or you can browse by region.' )
)
)
)