File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 88
99name : CI
1010jobs :
11- lint :
12- name : " Vala Lint"
13- runs-on : ubuntu-latest
14- steps :
15- - uses : actions/checkout@v4
16- - uses : elementary/actions/vala-lint@main
17- with :
18- dir : .
19- conf : .vala-lint.conf
2011 flatpak :
2112 name : " Flatpak"
2213 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ public class Layouts.QuickAdd : Adw.Bin {
183183 quick_add_content.append (item_labels );
184184 quick_add_content.append (action_box );
185185
186- submit_button = new Widgets .LoadingButton (LoadingButtonType . LABEL , _(" Add To-Do " )) {
186+ submit_button = new Widgets .LoadingButton (LoadingButtonType . LABEL , _(" Add" )) {
187187 valign = CENTER ,
188188 css_classes = { " suggested-action" , " border-radius-6" }
189189 };
You can’t perform that action at this time.
0 commit comments