From ea8a087fd754a58ffe8f49236ac25111b083f443 Mon Sep 17 00:00:00 2001 From: Rishi Gupta Date: Sat, 16 Feb 2019 09:46:05 -0800 Subject: [PATCH] user popover: Rename user profile to full profile. --- static/templates/user_info_popover_content.handlebars | 2 +- templates/zerver/help/view-someones-profile.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/templates/user_info_popover_content.handlebars b/static/templates/user_info_popover_content.handlebars index d8959536e1..3672a7fac8 100644 --- a/static/templates/user_info_popover_content.handlebars +++ b/static/templates/user_info_popover_content.handlebars @@ -73,7 +73,7 @@ {{#if is_me}} {{#tr this}}View your profile{{/tr}} {{else}} - {{#tr this}}View user profile{{/tr}} + {{#tr this}}View full profile{{/tr}} {{/if}} diff --git a/templates/zerver/help/view-someones-profile.md b/templates/zerver/help/view-someones-profile.md index f5d90958ff..c6f0c6e37d 100644 --- a/templates/zerver/help/view-someones-profile.md +++ b/templates/zerver/help/view-someones-profile.md @@ -10,7 +10,7 @@ were last active, and any 1. Click on a user's avatar. -1. Click **View user profile**. +1. Click **View full profile**. ### Via the right sidebar @@ -19,7 +19,7 @@ were last active, and any 1. Click on the down chevron () to the right of their name. -1. Click **View user profile**. +1. Click **View full profile**. ## Related articles