Skip to content

Commit

Permalink
update header
Browse files Browse the repository at this point in the history
  • Loading branch information
dindiarto committed Jun 24, 2024
1 parent dcc6e82 commit 82c8b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sm_suitability_analysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ suitabilityAnalysisServer <- function(id, submittedData) {
# Render the title and subtitle
output$title <- renderText({
req(submittedData$cropName)
paste("Land Suitability Analysis of", submittedData$cropName)
paste("Land Suitability Evaluation of", submittedData$cropName)
})

output$subtitle <- renderText({
Expand Down

0 comments on commit 82c8b40

Please sign in to comment.