@@ -212,11 +212,11 @@ abstract class AppLocalizations {
212212 /// **'Verify Code'**
213213 String get emailCodeVerificationButtonLabel;
214214
215- /// Label for the dashboard navigation item
215+ /// Label for the dashboard overview navigation item
216216 ///
217217 /// In en, this message translates to:
218- /// **'Dashboard '**
219- String get dashboard ;
218+ /// **'Overview '**
219+ String get overview ;
220220
221221 /// Label for the content management navigation item
222222 ///
@@ -1388,43 +1388,43 @@ abstract class AppLocalizations {
13881388 /// **'Draft'**
13891389 String get contentStatusDraft;
13901390
1391- /// Label for the total headlines summary card on the dashboard
1391+ /// Label for the total headlines summary card on the dashboard overview
13921392 ///
13931393 /// In en, this message translates to:
13941394 /// **'Total Headlines'**
13951395 String get totalHeadlines;
13961396
1397- /// Label for the total topics summary card on the dashboard
1397+ /// Label for the total topics summary card on the dashboard overview
13981398 ///
13991399 /// In en, this message translates to:
14001400 /// **'Total Topics'**
14011401 String get totalTopics;
14021402
1403- /// Label for the total sources summary card on the dashboard
1403+ /// Label for the total sources summary card on the dashboard overview
14041404 ///
14051405 /// In en, this message translates to:
14061406 /// **'Total Sources'**
14071407 String get totalSources;
14081408
1409- /// Headline for the dashboard loading state
1409+ /// Headline for the dashboard overview loading state
14101410 ///
14111411 /// In en, this message translates to:
1412- /// **'Loading Dashboard'**
1413- String get loadingDashboard ;
1412+ /// **'Loading Dashboard Overview... '**
1413+ String get loadingOverview ;
14141414
1415- /// Subheadline for the dashboard loading state
1415+ /// Subheadline for the dashboard overview loading state
14161416 ///
14171417 /// In en, this message translates to:
14181418 /// **'Fetching latest statistics...'**
1419- String get loadingDashboardSubheadline ;
1419+ String get loadingOverviewSubheadline ;
14201420
1421- /// Error message when dashboard data fails to load
1421+ /// Error message when dashboard overview data fails to load
14221422 ///
14231423 /// In en, this message translates to:
1424- /// **'Failed to load dashboard data.'**
1425- String get dashboardLoadFailure ;
1424+ /// **'Failed to load dashboard overview data.'**
1425+ String get overviewLoadFailure ;
14261426
1427- /// Title for the recent headlines card on the dashboard
1427+ /// Title for the recent headlines card on the dashboard overview
14281428 ///
14291429 /// In en, this message translates to:
14301430 /// **'Recent Headlines'**
@@ -1442,13 +1442,13 @@ abstract class AppLocalizations {
14421442 /// **'No recent headlines to display.'**
14431443 String get noRecentHeadlines;
14441444
1445- /// Title for the system status card on the dashboard
1445+ /// Title for the system status card on the dashboard overview
14461446 ///
14471447 /// In en, this message translates to:
14481448 /// **'System Status'**
14491449 String get systemStatus;
14501450
1451- /// Title for the quick actions card on the dashboard
1451+ /// Title for the quick actions card on the dashboard overview
14521452 ///
14531453 /// In en, this message translates to:
14541454 /// **'Quick Actions'**
0 commit comments