File size: 124 Bytes
1e92f2d |
1 2 3 4 5 6 |
import i18n from 'i18n-calypso';
export function getSearchPlaceholderText() {
return i18n.translate( 'Search Reader' );
}
|
1e92f2d |
1 2 3 4 5 6 |
import i18n from 'i18n-calypso';
export function getSearchPlaceholderText() {
return i18n.translate( 'Search Reader' );
}
|