Add title message for privacy button

(cherry picked from commit 070b3b1d4adb8ee9dfa0e237ac187304e085a11f)
This commit is contained in:
dab246
2023-12-05 02:09:00 +07:00
committed by Dat H. Pham
parent 506eaabb4b
commit 348556392d
3 changed files with 34 additions and 8 deletions
@@ -3674,4 +3674,11 @@ class AppLocalizations {
name: 'me',
);
}
String get byContinuingYouAreAgreeingToOur {
return Intl.message(
'By continuing, you\'re agreeing to our',
name: 'byContinuingYouAreAgreeingToOur',
);
}
}