mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
popovers: Rename "profile summary" to "user card".
This is a briefer and more intuitive name for this frequently accessed part of the Zulip UI.
This commit is contained in:
committed by
Tim Abbott
parent
a09014f1de
commit
48e2482bbd
@@ -386,7 +386,7 @@ export function initialize() {
|
||||
"#add-new-custom-profile-field-form .display_in_profile_summary_tooltip",
|
||||
],
|
||||
content: $t({
|
||||
defaultMessage: "Only 2 custom profile fields can be displayed in the profile summary.",
|
||||
defaultMessage: "Only 2 custom profile fields can be displayed on the user card.",
|
||||
}),
|
||||
appendTo: () => document.body,
|
||||
onTrigger(instance) {
|
||||
|
||||
Reference in New Issue
Block a user