fix: 補充翻譯(尚無跌倒資料)

This commit is contained in:
JingChiang 2024-11-10 13:19:13 +08:00
parent 8eab769b74
commit 6aaed1ba15

View File

@ -109,7 +109,7 @@ class _HistoricalRecordState extends State<HistoricalRecord> {
child: _results.isEmpty
? Center(
child: Text(
'尚無跌倒紀錄', //
S.of(context).fall_record_empty, //
style: TextStyle(fontSize: 20, color: Colors.grey),
),
)