From 6aaed1ba1579f3ec180014171a846ee1c5906201 Mon Sep 17 00:00:00 2001 From: JingChiang Date: Sun, 10 Nov 2024 13:19:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A3=9C=E5=85=85=E7=BF=BB=E8=AD=AF(?= =?UTF-8?q?=E5=B0=9A=E7=84=A1=E8=B7=8C=E5=80=92=E8=B3=87=E6=96=99)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/HistoricalRecord.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/HistoricalRecord.dart b/lib/HistoricalRecord.dart index 5a44062..3e7722e 100644 --- a/lib/HistoricalRecord.dart +++ b/lib/HistoricalRecord.dart @@ -109,7 +109,7 @@ class _HistoricalRecordState extends State { child: _results.isEmpty ? Center( child: Text( - '尚無跌倒紀錄', // 當沒有資料時顯示的訊息 + S.of(context).fall_record_empty, // 當沒有資料時顯示的訊息 style: TextStyle(fontSize: 20, color: Colors.grey), ), )