Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Dec 14, 2023
1 parent a69fa6b commit c3ef70d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion po/tr.po
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ msgstr "Unut"

#: src/wifi/widget.py:85
msgid "Go Back"
msgstr "Gerı Dön"
msgstr "Geri Dön"

#: src/wifi/widget.py:121
msgid "<b>SSID:</b> {}"
Expand Down
1 change: 1 addition & 0 deletions src/wifi/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def __init__(self):

self.connect_button.get_style_context().add_class("button")
self.forget_button.get_style_context().add_class("button")
self.back_button.get_style_context().add_class("button")
self.password_entry.get_style_context().add_class("entry")

self.stack.set_visible_child_name("main")
Expand Down

0 comments on commit c3ef70d

Please sign in to comment.