Skip to content

Commit

Permalink
Update ja-jp trigger description
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Nov 2, 2023
1 parent b149388 commit 9bcccc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion triggers/open_timesheet_ja-jp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import workflow from "../workflows/timesheet.ts";
const trigger: Trigger<typeof workflow.definition> = {
type: TriggerTypes.Shortcut,
name: "タイムシート",
description: "クリックするとタイムシート(実働時間管理アプリ)が起動します",
description: "クリックするとタイムシート(時間管理)アプリが起動します",
workflow: `#/workflows/${workflow.definition.callback_id}`,
inputs: {
interactivity: { value: TriggerContextData.Shortcut.interactivity },
Expand Down

0 comments on commit 9bcccc7

Please sign in to comment.