popovers: Rename "full profile" to "profile".

Now that we now longer have another thing called a "user profile", we
can simplify the name for this part of the UI.

Fixes #23530.
This commit is contained in:
Lauryn Menard 2022-11-14 18:02:55 +01:00 committed by Tim Abbott
parent 9aacb15530
commit de12500f68
7 changed files with 8 additions and 8 deletions

View File

@ -36,7 +36,7 @@ function initialize_bot_owner(element_id, bot_id) {
const user_pills = new Map();
const bot = people.get_by_user_id(bot_id);
const bot_owner = people.get_bot_owner_user(bot);
// Bot owner's pill displaying on bots full profile modal.
// Bot owner's pill displaying on bot's profile modal.
if (bot_owner) {
const $pill_container = $(element_id)
.find(

View File

@ -139,7 +139,7 @@
{{#if is_me}}
<i class="fa fa-user" aria-hidden="true"></i> {{#tr}}View your profile{{/tr}}
{{else}}
<i class="fa fa-user" aria-hidden="true"></i> {{#tr}}View full profile{{/tr}}
<i class="fa fa-user" aria-hidden="true"></i> {{#tr}}View profile{{/tr}}
{{/if}}
</a>
</li>

View File

@ -79,7 +79,7 @@ This method is useful if you need to remove one user from multiple streams.
{start_tabs}
{!right-sidebar-view-full-profile.md!}
{!right-sidebar-view-profile.md!}
1. Select the **Streams** tab.

View File

@ -1,3 +1,3 @@
{!right-sidebar-user-card.md!}
1. Click **View full profile**.
1. Click **View profile**.

View File

@ -9,7 +9,7 @@
{start_tabs}
{!right-sidebar-view-full-profile.md!}
{!right-sidebar-view-profile.md!}
1. Select the **Streams** tab.
@ -46,7 +46,7 @@ stream](/help/unsubscribe-from-a-stream).
{start_tabs}
{!right-sidebar-view-full-profile.md!}
{!right-sidebar-view-profile.md!}
1. Select the **Streams** tab.

View File

@ -42,7 +42,7 @@ Additional tabs showing:
{tab|desktop-web}
{!right-sidebar-view-full-profile.md!}
{!right-sidebar-view-profile.md!}
!!! Tip ""

View File

@ -9817,7 +9817,7 @@ paths:
An array of dictionaries where each dictionary contains the
details of a single custom profile field that is available to users
in this Zulip organization. This must be combined with the custom profile
field values on individual user objects to display users' full profiles.
field values on individual user objects to display users' profiles.
items:
$ref: "#/components/schemas/CustomProfileField"
custom_profile_field_types: