Prepare for ICU migration
This commit is contained in:
parent
d0f17a1398
commit
2781e621ad
62 changed files with 550 additions and 414 deletions
|
@ -161,7 +161,11 @@ export class LeftPaneSearchHelper extends LeftPaneHelper<LeftPaneSearchPropsType
|
|||
} else {
|
||||
noResults = (
|
||||
<>
|
||||
<div>{i18n('noSearchResults', [searchTerm])}</div>
|
||||
<div>
|
||||
{i18n('noSearchResults', {
|
||||
searchTerm,
|
||||
})}
|
||||
</div>
|
||||
{primarySendsSms && (
|
||||
<div className="module-left-pane__no-search-results__sms-only">
|
||||
{i18n('noSearchResults--sms-only')}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue