mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
recent-topics: Rename to "Recent conversations" in web-app and docs.
Replaces instances of "recent topics" in the web-app and documentation to be "recent conversations". Renames both `recent-topics.md` files in the help center to be `recent-conversations.md` and updates/redirects links to new URL. Does not update instances of "recent topics" in frontend code comments and does not update the main overview changelog, for now. Does not change case study text where "recent topics" was referenced in a quote, but does change generic text references to be "recent conversations".
This commit is contained in:
committed by
Tim Abbott
parent
1267dce027
commit
c9044f7acd
@@ -21,6 +21,7 @@ POLICY_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [
|
||||
|
||||
HELP_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [
|
||||
# Add URL redirects for help center documentation here:
|
||||
URLRedirect("/help/recent-topics", "/help/recent-conversations"),
|
||||
URLRedirect(
|
||||
"/help/add-custom-profile-fields",
|
||||
"/help/custom-profile-fields",
|
||||
|
||||
Reference in New Issue
Block a user