diff --git a/app/app/components/section/github/type-editor.js b/app/app/components/section/github/type-editor.js index 19c5c053..18932bdf 100644 --- a/app/app/components/section/github/type-editor.js +++ b/app/app/components/section/github/type-editor.js @@ -276,15 +276,15 @@ export default Ember.Component.extend(SectionMixin, NotifierMixin, TooltipMixin, let states = []; states[0] = { id: "open", - name: "Show Open Issues" + name: "Open Issues" }; states[1] = { id: "closed", - name: "Show Closed Issues" + name: "Closed Issues" }; states[2] = { id: "all", - name: "Show All Issues" + name: "All Issues" }; this.set("states", states); diff --git a/documize/section/github/model.go b/documize/section/github/model.go index 6cf52894..eedfe7e1 100644 --- a/documize/section/github/model.go +++ b/documize/section/github/model.go @@ -72,19 +72,19 @@ var renderTemplates = map[string]string{
{{if .ShowIssueNumbers}} - Show Selected Issues + Showing Selected Issues {{else}} {{ .Config.IssueState.Name }} {{end}} for repository {{.Repo.Name}} {{if .ShowList}} - with label(s) + labelled {{range $label := .List}} {{if $label.Included}} {{$label.Name}} {{end}} {{end}} - {{end}}; + {{end}} {{if .ShowIssueNumbers}} issue(s) {{ .DateMessage }}. {{else}}