Skip to content

Commit f401eea

Browse files
authored
Merge pull request #440 from kaizumaki/feature/fix-text-symptom
体調フリー入力フィールドのラベルテキストを変更
2 parents 0be5df2 + f0c0ab7 commit f401eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/center/_centerId/patient/_patientId.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
</ul>
200200
<InputField
201201
v-model="inputSymptom.remarks"
202-
label="上記以外の体調の変化"
202+
label="その他の体調の変化"
203203
name="memo"
204204
placeholder="例:昨日の20時ごろから咳が止まらない"
205205
/>

0 commit comments

Comments
 (0)