fix(ui): 修改首页总资产标签为中文
- 'TOTAL BALANCE' → '总资产' 确保所有显示给用户的文字都是中文
This commit is contained in:
@@ -268,7 +268,7 @@ class _GlassBalanceCard extends StatelessWidget {
|
|||||||
Row(
|
Row(
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
'TOTAL BALANCE',
|
'总资产',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: AppColorScheme.darkOnSurfaceVariant,
|
color: AppColorScheme.darkOnSurfaceVariant,
|
||||||
fontSize: 11,
|
fontSize: 11,
|
||||||
|
|||||||
Reference in New Issue
Block a user