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