@@ -2057,7 +2057,7 @@ abstract class AppLocalizations {
20572057 /// Description for the Feed Native Ad ID input field
20582058 ///
20592059 /// In en, this message translates to:
2060- /// **'The AdMob unit ID for native ads in the feed.'**
2060+ /// **'The unit ID for native ads in the feed.'**
20612061 String get feedNativeAdIdDescription;
20622062
20632063 /// Label for the Feed Banner Ad ID input field
@@ -2069,7 +2069,7 @@ abstract class AppLocalizations {
20692069 /// Description for the Feed Banner Ad ID input field
20702070 ///
20712071 /// In en, this message translates to:
2072- /// **'The AdMob unit ID for banner ads in the feed.'**
2072+ /// **'The unit ID for banner ads in the feed.'**
20732073 String get feedBannerAdIdDescription;
20742074
20752075 /// Label for the Article Interstitial Ad ID input field
@@ -2081,7 +2081,7 @@ abstract class AppLocalizations {
20812081 /// Description for the Article Interstitial Ad ID input field
20822082 ///
20832083 /// In en, this message translates to:
2084- /// **'The AdMob unit ID for interstitial ads in articles.'**
2084+ /// **'The unit ID for interstitial ads in articles.'**
20852085 String get articleInterstitialAdIdDescription;
20862086
20872087 /// Label for the In-Article Native Ad ID input field
@@ -2093,7 +2093,7 @@ abstract class AppLocalizations {
20932093 /// Description for the In-Article Native Ad ID input field
20942094 ///
20952095 /// In en, this message translates to:
2096- /// **'The AdMob unit ID for native ads within articles.'**
2096+ /// **'The unit ID for native ads within articles.'**
20972097 String get inArticleNativeAdIdDescription;
20982098
20992099 /// Label for the In-Article Banner Ad ID input field
@@ -2105,7 +2105,7 @@ abstract class AppLocalizations {
21052105 /// Description for the In-Article Banner Ad ID input field
21062106 ///
21072107 /// In en, this message translates to:
2108- /// **'The AdMob unit ID for banner ads within articles.'**
2108+ /// **'The unit ID for banner ads within articles.'**
21092109 String get inArticleBannerAdIdDescription;
21102110
21112111 /// Localized name for InArticleAdSlotType.belowMainArticleImage
0 commit comments