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'
|
'updateSearchTerm our conversation is missing'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
const i18n = getIntl(state);
|
||||||
|
|
||||||
doSearch({
|
doSearch({
|
||||||
dispatch,
|
dispatch,
|
||||||
allConversations: getAllConversations(state),
|
allConversations: getAllConversations(state),
|
||||||
regionCode: getRegionCode(state),
|
regionCode: getRegionCode(state),
|
||||||
noteToSelf: getIntl(state)('noteToSelf').toLowerCase(),
|
noteToSelf: i18n('icu:noteToSelf').toLowerCase(),
|
||||||
ourConversationId,
|
ourConversationId,
|
||||||
query: getQuery(state),
|
query: getQuery(state),
|
||||||
searchConversationId: getSearchConversation(state)?.id,
|
searchConversationId: getSearchConversation(state)?.id,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue