diff --git a/main.py b/main.py index 923cbf822c7d57f21f5dfc2d5e68804c2097af6a..f6ba7a723c199d0919e8b8880dacca69b1a445d1 100644 --- a/main.py +++ b/main.py @@ -578,8 +578,7 @@ tab2 = Tab(tab_no='2', title='Hazardous materials', criterion=criteria[1]) label_tab2 = ttk.Label(tab2.frame, text='Include substances that are toxic via one of exposure pathways or ' - 'labeled as bioaccumulative, persistent, highly flammable, highly ' - 'oxidizable, explosive, or corrosive.', + 'labeled as bioaccumulative or persistent.', wraplength=280) label_tab2.grid(column=0, row=4, sticky='w')