Adjustments to Chrome extension banner
This commit is contained in:
parent
1d479a8d6a
commit
18bf826f9e
|
|
@ -115,7 +115,8 @@ class TaskScreen extends StatelessWidget {
|
||||||
Expanded(
|
Expanded(
|
||||||
child: IconText(
|
child: IconText(
|
||||||
text: localization.taskExtensionBanner,
|
text: localization.taskExtensionBanner,
|
||||||
icon: Icons.info_outline,
|
icon: MdiIcons.googleChrome,
|
||||||
|
style: TextStyle(color: Colors.white),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
TextButton(
|
TextButton(
|
||||||
|
|
@ -142,6 +143,7 @@ class TaskScreen extends StatelessWidget {
|
||||||
store.dispatch(DismissTaskExtensionBanner());
|
store.dispatch(DismissTaskExtensionBanner());
|
||||||
},
|
},
|
||||||
icon: Icon(Icons.clear),
|
icon: Icon(Icons.clear),
|
||||||
|
color: Colors.white,
|
||||||
),
|
),
|
||||||
SizedBox(width: 12),
|
SizedBox(width: 12),
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,8 @@ mixin LocalizationsProvider on LocaleCodeAware {
|
||||||
'tax_summary_report': 'Tax Summary Report',
|
'tax_summary_report': 'Tax Summary Report',
|
||||||
'user_sales_report': 'User Sales Report',
|
'user_sales_report': 'User Sales Report',
|
||||||
'run_template': 'Run Template',
|
'run_template': 'Run Template',
|
||||||
'task_extension_banner': 'Add the Chrome extension to manage your tasks',
|
'task_extension_banner':
|
||||||
|
'Install the Chrome extension to manage tasks in your browser',
|
||||||
'watch_video': 'Watch Video',
|
'watch_video': 'Watch Video',
|
||||||
'view_extension': 'View Extension',
|
'view_extension': 'View Extension',
|
||||||
'reactivate_email': 'Reactivate Email',
|
'reactivate_email': 'Reactivate Email',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue