Skip to content

Commit fc159f3

Browse files
committed
update text
1 parent 353932e commit fc159f3

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/merge.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ on:
88

99
name: CI
1010
jobs:
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

core/QuickAdd.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)