Rodja Trappe před 2 roky
rodič
revize
2584d2ba0c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -99,7 +99,7 @@ async def index_page(client: Client):
         with ui.column().classes('gap-8'):
             ui.html('Meet the <em>NiceGUI</em>.') \
                 .style('font-size: 400%; line-height: 0.9; font-weight: 500')
-            ui.markdown('And let every browser be the frontend\n\nof your Python code.') \
+            ui.markdown('And let the browser be the frontend\n\nof your Python code.') \
                 .style('font-size: 200%; line-height: 0.9')
 
     with ui.row() \