File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
lib/app_configuration/widgets Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import 'package:flutter_news_app_web_dashboard_full_source_code/app_configuratio
44import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/app_localizations.dart' ;
55import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/l10n.dart' ;
66import 'package:flutter_news_app_web_dashboard_full_source_code/router/routes.dart' ;
7+ import 'package:flutter_news_app_web_dashboard_full_source_code/shared/extensions/ad_platform_type_l10n.dart' ;
78import 'package:go_router/go_router.dart' ;
89import 'package:ui_kit/ui_kit.dart' ;
910
@@ -251,7 +252,7 @@ class _AdPlatformConfigFormState extends State<AdPlatformConfigForm> {
251252 .map (
252253 (platform) => ButtonSegment <AdPlatformType >(
253254 value: platform,
254- label: Text (platform.name ),
255+ label: Text (platform.l10n (context) ),
255256 ),
256257 )
257258 .toList (),
You can’t perform that action at this time.
0 commit comments