Skip to content

Commit

Permalink
move to callAssignments insightHeader localized string and update yam…
Browse files Browse the repository at this point in the history
…l file
  • Loading branch information
rebecarubio committed Sep 21, 2023
1 parent ed61b59 commit 3dfd9fe
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/features/calendar/l10n/messageIds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export default makeMessages('feat.calendar', {
},
type: m('Type to filter content'),
},
insightsHeader: m('Calls and conversations'),
lastDayWithEvents: m<{ numEvents: number }>(
'There {numEvents, plural, one {was one event} other {were {numEvents} events}} on the last active day'
),
Expand Down
1 change: 1 addition & 0 deletions src/features/callAssignments/l10n/messageIds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export default makeMessages('feat.callAssignments', {
subtitle: m('Targets that meet the done criteria'),
title: m('Done'),
},
insightsHeader: m('Calls and conversations'),
organizerActionPane: {
markAsSolved: m('Mark as solved'),
markAsUnsolved: m('Mark as unsolved'),
Expand Down
2 changes: 1 addition & 1 deletion src/locale/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ feat:
all: All
none: None
type: Type to filter content
insightsHeader: Calls and conversations
lastDayWithEvents: There {numEvents, plural, one {was one event} other {were
{numEvents} events}} on the last active day
loadMore: Load more
Expand Down Expand Up @@ -142,6 +141,7 @@ feat:
defineButton: Edit done criteria
subtitle: Targets that meet the done criteria
title: Done
insightsHeader: Calls and conversations
organizerActionPane:
markAsSolved: Mark as solved
markAsUnsolved: Mark as unsolved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import APIError from 'utils/apiError';
import CallAssignmentLayout from 'features/callAssignments/layout/CallAssignmentLayout';
import CallAssignmentModel from 'features/callAssignments/models/CallAssignmentModel';
import { callAssignmentQuery } from 'features/callAssignments/api/callAssignments';
import messageIds from 'features/calendar/l10n/messageIds';
import messageIds from 'features/callAssignments/l10n/messageIds';
import { Msg } from 'core/i18n';
import { PageWithLayout } from 'utils/types';
import { scaffold } from 'utils/next';
Expand Down

0 comments on commit 3dfd9fe

Please sign in to comment.