chore: minor fixes, add support for "hi" locale
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -84,8 +84,8 @@ class ChannelInfo extends StatelessWidget {
|
||||
);
|
||||
} else {
|
||||
alternativeWidget = Text(
|
||||
context.translations.userLastOnlineText +
|
||||
Jiffy(otherMember.user?.lastActive).fromNow(),
|
||||
'${context.translations.userLastOnlineText} '
|
||||
'${Jiffy(otherMember.user?.lastActive).fromNow()}',
|
||||
style: textStyle,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user