Add title message for privacy button
(cherry picked from commit 070b3b1d4adb8ee9dfa0e237ac187304e085a11f)
This commit is contained in:
@@ -3674,4 +3674,11 @@ class AppLocalizations {
|
||||
name: 'me',
|
||||
);
|
||||
}
|
||||
|
||||
String get byContinuingYouAreAgreeingToOur {
|
||||
return Intl.message(
|
||||
'By continuing, you\'re agreeing to our',
|
||||
name: 'byContinuingYouAreAgreeingToOur',
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user