mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
popover: Tag user timezone for translation.
This commit is contained in:
@@ -185,7 +185,7 @@ function show_user_profile(element, user) {
|
||||
var time_preferance = people.get_user_time_preferences(user.user_id);
|
||||
|
||||
if (time_preferance) {
|
||||
profile_data.Timezone = time_preferance.timezone;
|
||||
profile_data[i18n.t("User timezone")] = time_preferance.timezone;
|
||||
}
|
||||
|
||||
profile_data[i18n.t("Date joined")] = moment(user.date_joined).format("MMMM DD YYYY");
|
||||
|
||||
Reference in New Issue
Block a user