Merge pull request #246 from amire80/span
Move the message attribute to the correct element
This commit is contained in:
@@ -35,11 +35,12 @@
|
|||||||
.addClass( 'uls-no-found-more' )
|
.addClass( 'uls-no-found-more' )
|
||||||
.append(
|
.append(
|
||||||
$( '<div>' )
|
$( '<div>' )
|
||||||
.attr( 'data-i18n', 'uls-search-help' )
|
|
||||||
.addClass( '' )
|
.addClass( '' )
|
||||||
.append(
|
.append(
|
||||||
$( '<p>' ).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.' )
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user