Skip to content

Commit 8342c43

Browse files
kesselbbackportbot[bot]
authored andcommitted
fix: translation for recently contacted not working
The contactsinteraction translations are not loaded in the contacts app hence the source string is never translated. Signed-off-by: Daniel Kesselberg <[email protected]>
1 parent c09656c commit 8342c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const LIST_SIZE = 60
3636
// Dynamic default groups
3737
export const GROUP_ALL_CONTACTS: DefaultGroup = t('contacts', 'All contacts')
3838
export const GROUP_NO_GROUP_CONTACTS: DefaultGroup = t('contacts', 'Not grouped')
39-
export const GROUP_RECENTLY_CONTACTED: DefaultGroup = t('contactsinteraction', 'Recently contacted')
39+
export const GROUP_RECENTLY_CONTACTED: DefaultGroup = t('contacts', 'Recently contacted')
4040

4141
// Organization default chart for all contacts
4242
export const CHART_ALL_CONTACTS: DefaultChart = t('contacts', 'Organization chart')

0 commit comments

Comments
 (0)