Skip to content

Commit

Permalink
chore: 回答のタイトルに回答者名を埋め込める説明を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Feb 13, 2025
1 parent 7c98844 commit 27c7dd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const FormSettings = (props: {
<TextField
{...props.register('settings.default_answer_title')}
label="デフォルトの回答タイトル"
helperText="回答が送信されたときに設定されるタイトルで、$question_idで指定の質問の回答をタイトルに埋め込むことができます。"
helperText="回答が送信されたときに設定されるタイトルで、$question_idで指定の質問の回答を$usernameで回答者名をタイトルに埋め込むことができます。"
/>
</Stack>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const FormSettings = (props: {
<TextField
{...props.register('settings.default_answer_title')}
label="デフォルトの回答タイトル"
helperText="回答が送信されたときに設定されるタイトルで、$question_idで指定の質問の回答をタイトルに埋め込むことができます。"
helperText="回答が送信されたときに設定されるタイトルで、$question_idで指定の質問の回答を$usernameで回答者名をタイトルに埋め込むことができます。"
/>
</Stack>
);
Expand Down

0 comments on commit 27c7dd6

Please sign in to comment.