mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
l10n: add noLineChartForCpu field (#431)
This commit is contained in:
@@ -49,7 +49,7 @@ final class _IntroPage extends StatelessWidget {
|
||||
).cardx,
|
||||
ListTile(
|
||||
leading: const Icon(OctIcons.cpu),
|
||||
title: Text('CPU ${l10n.noLineChart}'),
|
||||
title: Text(l10n.noLineChartForCpu),
|
||||
subtitle: Text(l10n.cpuViewAsProgressTip, style: UIs.textGrey),
|
||||
trailing: StoreSwitch(prop: _setting.cpuViewAsProgress),
|
||||
).cardx,
|
||||
|
||||
Reference in New Issue
Block a user