From 08c2cc5883f17aaf574779e24b1cfd8ba3a3a34c Mon Sep 17 00:00:00 2001 From: Rishi Gupta Date: Sat, 3 Aug 2019 09:18:14 -0700 Subject: [PATCH] help: Add external account to add-custom-profile-fields. --- templates/zerver/help/add-custom-profile-fields.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/zerver/help/add-custom-profile-fields.md b/templates/zerver/help/add-custom-profile-fields.md index a28a3e5ae9..2270ab09f4 100644 --- a/templates/zerver/help/add-custom-profile-fields.md +++ b/templates/zerver/help/add-custom-profile-fields.md @@ -25,11 +25,12 @@ profiles until they fill them out. There are several different types of fields available. -* **Short text**: For one line responses, like "Twitter handle" or +* **Short text**: For one line responses, like "Job title". Responses are limited to 50 characters. * **Long text**: For multiline responses, like "Biography". * **Date picker**: For dates, like "Birthday". -* **Link**: For links to websites, like "LinkedIn profile". +* **Link**: For links to websites. +* **External account**: For linking to GitHub, Twitter, etc. * **List of options**: Creates a dropdown with a list of options. * **Person picker**: For selecting other users, like "Manager" or "Direct reports".