usawa

Signed, immutable accounting.
Log | Files | Refs | Submodules | LICENSE

commit be4dbb18b5099d28e1cbccba24197224b2921be2
parent 443cdb3981a6ffb1bc7910bc52bc800a1f70a8dc
Author: Carlosokumu <carlosokumu254@gmail.com>
Date:   Wed, 25 Mar 2026 22:02:16 +0300

remove redundant Optional text in placeholder

Diffstat:
Mdummy/usawa/gui/views/create_entry_view.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dummy/usawa/gui/views/create_entry_view.py b/dummy/usawa/gui/views/create_entry_view.py @@ -165,7 +165,7 @@ class CreateEntryView(Gtk.Box): section_box.append(time_label) self.time_entry = Gtk.Entry() - self.time_entry.set_placeholder_text("HH:MM:SS (optional)") + self.time_entry.set_placeholder_text("HH:MM:SS") section_box.append(self.time_entry) # Amount