Skip to content

Commit

Permalink
Forgot to replace a line
Browse files Browse the repository at this point in the history
  • Loading branch information
JTPetter committed Sep 25, 2023
1 parent ecea49d commit d256057
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/msaGaugeRRnonrep.R
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ msaGaugeRRnonrep <- function(jaspResults, dataset, options, ...) {
}else{
title <- options[["reportTitle"]]
}
name <- gettextf("Gauge name: %s", options[["anovaGaugeNestedName"]])
name <- gettextf("Gauge name: %s", options[["reportGaugeName"]])
date <- gettextf("Date of study: %s", options[["reportDate"]])
text1 <- c(name, date)

Expand Down
2 changes: 1 addition & 1 deletion inst/Upgrades.qml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ Upgrades
// report
ChangeRename {from: "anovaGaugeNestedReport"; to: "report"}
ChangeRename {from: "anovaGaugeNestedTitle"; to: "reportTitle"}
ChangeRename {from: "anovaGaugeNestedName"; to: "reportName"}
ChangeRename {from: "anovaGaugeNestedName"; to: "reportGaugeName"}
ChangeRename {from: "anovaGaugeNestedDate"; to: "reportDate"}
ChangeRename {from: "anovaGaugeNestedReportedBy"; to: "reportReportedBy"}
ChangeRename {from: "anovaGaugeNestedMisc"; to: "reportMiscellaneous"}
Expand Down
4 changes: 2 additions & 2 deletions inst/qml/msaGaugeRRnonrep.qml
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ Form

TextField
{
name: "anovaGaugeNestedName"
name: "reportGaugeName"
label: qsTr("Gauge name")
id: anovaGaugeNestedName
id: reportGaugeName
placeholderText: qsTr("Name")
fieldWidth: 100
}
Expand Down

0 comments on commit d256057

Please sign in to comment.