From ca70d47576d602b1c23f7b077a06b6eb67a7921b Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 2 Jul 2025 15:08:56 -0500 Subject: [PATCH] Copy edits --- app/controllers/prompts/commands_controller.rb | 16 ++++++++-------- app/views/commands/_form.html.erb | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/controllers/prompts/commands_controller.rb b/app/controllers/prompts/commands_controller.rb index a4ac404c9..85877b82e 100644 --- a/app/controllers/prompts/commands_controller.rb +++ b/app/controllers/prompts/commands_controller.rb @@ -1,16 +1,16 @@ class Prompts::CommandsController < ApplicationController def index @commands = [ - [ "/add_card", "Create a new card", "/add_card " ], - [ "/assign", "Assign cards to users", "/assign @" ], - [ "/clear", "Clear current filters", "/clear" ], - [ "/close", "Close cards with a reason", "/close " ], - [ "/consider", "Reconsider cards", "/consider" ], - [ "/do", "Move cards to doing", "/do" ], - [ "/reconsider", "Move cards to reconsidering", "/reconsider" ], + [ "/add_card", "Add a new card", "/add_card " ], + [ "/assign", "Assign cards to people", "/assign @" ], + [ "/clear", "Clear all filters", "/clear" ], + [ "/close", "Close cards (with optional reason)", "/close " ], + [ "/consider", "Move cards back to Considering", "/consider" ], + [ "/do", "Move cards to Doing", "/do" ], + [ "/reconsider", "Move cards back to Considering", "/reconsider" ], [ "/search", "Search cards and comments", "/search " ], [ "/tag", "Tag selected cards", "/tag #" ], - [ "/stage", "Set cards to a workflow stage", "/stage " ] + [ "/stage", "Move cards to a Workflow Stage", "/stage " ] ] if stale? etag: @commands diff --git a/app/views/commands/_form.html.erb b/app/views/commands/_form.html.erb index 58a008ca5..ebdf80661 100644 --- a/app/views/commands/_form.html.erb +++ b/app/views/commands/_form.html.erb @@ -27,7 +27,7 @@ data: { terminal_target: "input" }, - placeholder: platform.desktop? ? "Press #{ hotkey_label(["ctrl", "K"]) } to search or type commands…" : "Search or type commands…", + placeholder: platform.desktop? ? "Press #{ hotkey_label(["ctrl", "K"]) } to search or type /commands…" : "Search or type /commands…", spellcheck: "false" do %> <%= global_mentions_prompt %> <%= tags_prompt %>