Skip to content

Commit

Permalink
Merge pull request #12 from A2-ai/misleading_language
Browse files Browse the repository at this point in the history
Misleading language
  • Loading branch information
wes-a2ai authored Oct 31, 2024
2 parents e246bc0 + 3259eb2 commit 45579e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ghqc.app
Title: Create QC Checklists in Github Issues
Version: 0.1.2
Version: 0.1.3
Authors@R: c(
person("Jenna", "Johnson", email = "[email protected]", role = c("aut", "cre")),
person("Anne", "Zheng", email = "[email protected]", role = c("aut")),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# ghqc.app (beta version)

# ghqc.app 0.1.3

- Changes "No Existing Milestones"" to "No Open Milestones" in ghqc_assign_app() Existing Milestones dropdown menu

# ghqc.app 0.1.2

- Fixes bug in record app warning modal pop-up for unclosed milestones/issues/checklist items: Milestone link wasn't clickable
Expand Down
2 changes: 1 addition & 1 deletion R/app_01_assign_server.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ghqc_assign_server <- function(id, remote, root_dir, checklists, org, repo, memb
updateSelectizeInput(
session,
"milestone_existing",
options = list(placeholder = "No Existing Milestones")
options = list(placeholder = "No Open Milestones")
)
}

Expand Down

0 comments on commit 45579e6

Please sign in to comment.