fix noteToSelf message
This commit is contained in:
parent
5e8c22bf28
commit
008cb99ab9
1 changed files with 3 additions and 1 deletions
|
@ -179,11 +179,13 @@ function updateSearchTerm(
|
|||
'updateSearchTerm our conversation is missing'
|
||||
);
|
||||
|
||||
const i18n = getIntl(state);
|
||||
|
||||
doSearch({
|
||||
dispatch,
|
||||
allConversations: getAllConversations(state),
|
||||
regionCode: getRegionCode(state),
|
||||
noteToSelf: getIntl(state)('noteToSelf').toLowerCase(),
|
||||
noteToSelf: i18n('icu:noteToSelf').toLowerCase(),
|
||||
ourConversationId,
|
||||
query: getQuery(state),
|
||||
searchConversationId: getSearchConversation(state)?.id,
|
||||
|
|
Loading…
Reference in a new issue