update
This commit is contained in:
@@ -148,7 +148,7 @@ class _LoginScreenState extends State<LoginScreen> {
|
|||||||
CupertinoPageRoute(
|
CupertinoPageRoute(
|
||||||
builder: (BuildContext context) {
|
builder: (BuildContext context) {
|
||||||
return WebViewScreen(
|
return WebViewScreen(
|
||||||
label: 'Políticas de privacidad',
|
label: 'Términos y condiciones',
|
||||||
link: settings?.terminosCondiciones ?? '',
|
link: settings?.terminosCondiciones ?? '',
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
@@ -316,7 +316,7 @@ class _LoginScreenState extends State<LoginScreen> {
|
|||||||
CupertinoPageRoute(
|
CupertinoPageRoute(
|
||||||
builder: (BuildContext context) {
|
builder: (BuildContext context) {
|
||||||
return WebViewScreen(
|
return WebViewScreen(
|
||||||
label: 'Políticas de privacidad',
|
label: 'Términos y condiciones',
|
||||||
link:
|
link:
|
||||||
settings?.terminosCondiciones ?? '',
|
settings?.terminosCondiciones ?? '',
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user