feat: add App title and welcome message in personal info page english translate

This commit is contained in:
JingChiang
2024-11-30 13:45:18 +08:00
parent 00ff77a49a
commit 57968f7935
10 changed files with 40 additions and 7 deletions

View File

@@ -255,7 +255,7 @@ class _RegisterPageState extends State<RegisterPage> {
),
),
Text(
'全方位照護守護者',
S.of(context).app_name,
style: TextStyle(
fontSize: 32,
fontWeight: FontWeight.bold,