Skip to content

Commit

Permalink
Unify naming in Projects subitems
Browse files Browse the repository at this point in the history
  • Loading branch information
janslifka committed Jan 20, 2025
1 parent 7fe486b commit ab9e896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ locale =
Dict.fromList
[ -- Routing
( "__routing.dashboard", "dashboard" )
, ( "__routing.documents", "documents" )
, ( "__routing.documents", "project-documents" )
, ( "__routing.documents.index.questionnaireUuid", "questionnaireUuid" )
, ( "__routing.documentTemplateEditors", "document-template-editors" )
, ( "__routing.kmEditor", "km-editor" )
Expand Down
2 changes: 1 addition & 1 deletion engine-wizard/elm/Wizard/Documents/Index/View.elm
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ viewDocuments appState model mbQuestionnaire =
Maybe.map questionnaireFilterView mbQuestionnaire
in
div [ listClass "Documents__Index" ]
[ Page.header (gettext "Documents" appState.locale) []
[ Page.header (gettext "Project Documents" appState.locale) []
, Listing.view appState (listingConfig appState model mbQuestionnaireFilterView) model.documents
, deleteModal appState model
, submitModal appState model
Expand Down

0 comments on commit ab9e896

Please sign in to comment.