remove count of unread in unread message banner

pull/1783/head
Audric Ackermann 4 years ago
parent 16d34a7137
commit 787e3a32d0
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -41,8 +41,8 @@
"view": "View",
"youLeftTheGroup": "You have left the group.",
"youGotKickedFromGroup": "You were removed from the group.",
"unreadMessage": "$count$ Unread Message",
"unreadMessages": "$count$ Unread Messages",
"unreadMessage": "Unread Message",
"unreadMessages": "Unread Messages",
"debugLogExplanation": "This log will be posted publicly online for contributors to view. You may examine and edit it before submitting.",
"debugLogError": "Something went wrong with the upload! Please consider manually adding your log to the bug you file.",
"reportIssue": "Report an issue",

@ -52,8 +52,8 @@
"view": "View",
"youLeftTheGroup": "You have left the group.",
"youGotKickedFromGroup": "You were removed from the group.",
"unreadMessage": "$count$ Unread Message",
"unreadMessages": "$count$ Unread Messages",
"unreadMessage": "Unread Message",
"unreadMessages": "Unread Messages",
"debugLogExplanation": "This log will be posted publicly online for contributors to view. You may examine and edit it before submitting.",
"debugLogError": "Something went wrong with the upload! Please consider manually adding your log to the bug you file.",
"reportIssue": "Report an issue",

@ -52,8 +52,8 @@
"view": "View",
"youLeftTheGroup": "You have left the group.",
"youGotKickedFromGroup": "You were removed from the group.",
"unreadMessage": "$count$ Unread Message",
"unreadMessages": "$count$ Unread Messages",
"unreadMessage": "Unread Message",
"unreadMessages": "Unread Messages",
"debugLogExplanation": "This log will be posted publicly online for contributors to view. You may examine and edit it before submitting.",
"debugLogError": "Something went wrong with the upload! Please consider manually adding your log to the bug you file.",
"reportIssue": "Report an issue",

@ -52,8 +52,8 @@
"view": "View",
"youLeftTheGroup": "You have left the group.",
"youGotKickedFromGroup": "You were removed from the group.",
"unreadMessage": "$count$ Unread Message",
"unreadMessages": "$count$ Unread Messages",
"unreadMessage": "Unread Message",
"unreadMessages": "Unread Messages",
"debugLogExplanation": "This log will be posted publicly online for contributors to view. You may examine and edit it before submitting.",
"debugLogError": "Something went wrong with the upload! Please consider manually adding your log to the bug you file.",
"reportIssue": "Report an issue",

@ -53,7 +53,7 @@
"youLeftTheGroup": "You left the group",
"youGotKickedFromGroup": "You were removed from the group.",
"unreadMessage": "1 Unread Message",
"unreadMessages": "$count$ Unread Messages",
"unreadMessages": "Unread Messages",
"debugLogExplanation": "This log will be posted publicly online for contributors to view. You may examine and edit it before submitting.",
"debugLogError": "Something went wrong with the upload! Please consider manually adding your log to the bug you file.",
"reportIssue": "Report an issue",

@ -53,7 +53,7 @@
"youLeftTheGroup": "You left the group",
"youGotKickedFromGroup": "You were removed from the group.",
"unreadMessage": "1 Unread Message",
"unreadMessages": "$count$ Unread Messages",
"unreadMessages": "Unread Messages",
"debugLogExplanation": "Овој лог ќе биде објавен јавно онлајн за сите придонесувачи. Можете да го прегледате и уредите пред да го испратите.",
"debugLogError": "Something went wrong with the upload! Please consider manually adding your log to the bug you file.",
"reportIssue": "Report an issue",

@ -52,8 +52,8 @@
"view": "View",
"youLeftTheGroup": "You have left the group.",
"youGotKickedFromGroup": "You were removed from the group.",
"unreadMessage": "$count$ Unread Message",
"unreadMessages": "$count$ Unread Messages",
"unreadMessage": "Unread Message",
"unreadMessages": "Unread Messages",
"debugLogExplanation": "This log will be posted publicly online for contributors to view. You may examine and edit it before submitting.",
"debugLogError": "Something went wrong with the upload! Please consider manually adding your log to the bug you file.",
"reportIssue": "Report an issue",

@ -52,8 +52,8 @@
"view": "View",
"youLeftTheGroup": "You have left the group.",
"youGotKickedFromGroup": "You were removed from the group.",
"unreadMessage": "$count$ Unread Message",
"unreadMessages": "$count$ Unread Messages",
"unreadMessage": "Unread Message",
"unreadMessages": "Unread Messages",
"debugLogExplanation": "This log will be posted publicly online for contributors to view. You may examine and edit it before submitting.",
"debugLogError": "Something went wrong with the upload! Please consider manually adding your log to the bug you file.",
"reportIssue": "Report an issue",

@ -52,8 +52,8 @@
"view": "View",
"youLeftTheGroup": "You have left the group.",
"youGotKickedFromGroup": "You were removed from the group.",
"unreadMessage": "$count$ Unread Message",
"unreadMessages": "$count$ Unread Messages",
"unreadMessage": "Unread Message",
"unreadMessages": "Unread Messages",
"debugLogExplanation": "This log will be posted publicly online for contributors to view. You may examine and edit it before submitting.",
"debugLogError": "Something went wrong with the upload! Please consider manually adding your log to the bug you file.",
"reportIssue": "Report an issue",

@ -52,8 +52,8 @@
"view": "View",
"youLeftTheGroup": "You have left the group.",
"youGotKickedFromGroup": "You were removed from the group.",
"unreadMessage": "$count$ Unread Message",
"unreadMessages": "$count$ Unread Messages",
"unreadMessage": "Unread Message",
"unreadMessages": "Unread Messages",
"debugLogExplanation": "This log will be posted publicly online for contributors to view. You may examine and edit it before submitting.",
"debugLogError": "Something went wrong with the upload! Please consider manually adding your log to the bug you file.",
"reportIssue": "Report an issue",

@ -907,9 +907,6 @@ class MessageInner extends React.PureComponent<Props, State> {
await removeSenderFromModerator(this.props.authorPhoneNumber, this.props.convoId);
}
}
function toggleSelectedMessageId(id: string): any {
throw new Error('Function not implemented.');
}
const mapStateToProps = (state: StateType) => {
return {

@ -31,9 +31,9 @@ const LastSeenText = styled.div`
color: ${props => props.theme.colors.lastSeenIndicatorTextColor};
`;
export const SessionLastSeenIndicator = ({ count, show }: { count: number; show: boolean }) => {
export const SessionLastSeenIndicator = ({ show }: { show: boolean }) => {
const { i18n } = window;
const text = count > 1 ? i18n('unreadMessages', count) : i18n('unreadMessage', count);
const text = i18n('unreadMessages');
return (
<LastSeenBarContainer show={show}>
<LastSeenBar>

Loading…
Cancel
Save