Skip to content

Commit

Permalink
fix: call translations
Browse files Browse the repository at this point in the history
  • Loading branch information
L3o-pold committed May 31, 2024
1 parent c3760f2 commit 23091b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const text = {
M: {id: 'kmeet.calls.called', defaultMessage: 'Appel manqué', values: {}},
E: {id: 'kmeet.calls.ended.title', defaultMessage: 'Appel terminé', values: {}},
D: {id: 'kmeet.calls.in_progress', defaultMessage: 'Appel en cours', values: {}},
S: {id: 'kmeet.calls.declined', defaultMessage: 'Appel decline', values: {}},
S: {id: 'kmeet.calls.declined', defaultMessage: 'Appel décliné', values: {}},
};

const PostType: FC<Props> = ({post, conference, isDialingEnabled, startOrJoinCallInChannelV2, joinCall, hasConferenceStarted}) => {
Expand Down

0 comments on commit 23091b2

Please sign in to comment.