From 240cc74c356197dc0cddda971689f8d5ca9a2a64 Mon Sep 17 00:00:00 2001 From: ubc-tuehoang Date: Tue, 5 Mar 2024 15:33:15 -0800 Subject: [PATCH] updated application --- etc/helptopics.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/helptopics.json b/etc/helptopics.json index c0c240f15..14572f5d8 100644 --- a/etc/helptopics.json +++ b/etc/helptopics.json @@ -1,7 +1,7 @@ [ { "name": "chair", "title": "Chair’s guide", "order": 0, - "description": "<0>How to run a conference using HotCRP." + "description": "<0>How to run a program using HotCRP." }, { "name": "chair/presubmission", "order": 0, @@ -189,7 +189,7 @@ }, { "name": "search", "title": "Search", - "description": "<0>About paper searching.", + "description": "<0>About application searching.", "print_function": "Search_HelpTopic::print", "order": 1000 }, @@ -202,7 +202,7 @@ { "name": "syntax", "alias": "keywords" }, { "name": "tags", "title": "Tags", - "description": "<0>How to use tags to define paper sets and discussion orders.", + "description": "<0>How to use tags to define application sets and discussion orders.", "print_function": "*Tags_HelpTopic::print_intro", "order": 3000 }, @@ -261,7 +261,7 @@ }, { "name": "scoresort", "title": "Sorting scores", - "description": "<0>How scores are sorted in paper lists.", + "description": "<0>How scores are sorted in application lists.", "print_function": "ScoreSort_HelpTopic::print", "order": 5000 }, @@ -280,14 +280,14 @@ { "name": "revrate", "alias": "reviewratings" }, { "name": "voting", "title": "Voting", - "description": "<0>PC members can vote for papers using tags.", + "description": "<0>PC members can vote for applications using tags.", "print_function": "VoteTags_HelpTopic::print", "order": 8000 }, { "name": "votetags", "alias": "voting" }, { "name": "ranking", "title": "Ranking", - "description": "<0>PC members can rank papers using tags.", + "description": "<0>PC members can rank applications using tags.", "print_function": "Ranking_HelpTopic::print", "order": 9000 },