Skip to content

Commit

Permalink
Fixes for Healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
richmahn committed Dec 14, 2024
1 parent e1ee361 commit 1473a91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions models/repo/door43healthcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ var IssueDetailsFormatStrings = map[IssueCode]string{
var IssueSuggestionsFormatStrings = map[IssueCode]string{
IssueCodeNoMetadata: "Add a manifest.yaml file to the repository to describe the resource.",
IssueCodeMetadataInvalid: "Edit the [manifest.yaml](%s/src/branch/%s/manifest.yaml) file and fix these errors:\n\n<pre>%s</pre>",
IssueCodeRelation: "Edit the [manifest.yaml](%s/src/branch/%s/manifest.yaml) file and change **`%s`** to **`%s/%s`**.",
IssueCodePublisher: "Edit the [manifest.yaml](%s/src/branch/%s/manifest.yaml) file and change `unfoldingWord` to the correct publisher, e.g. %s.",
IssueCodeTitle: "Edit the [manifest.yaml](%s/src/branch/%s/manifest.yaml) file and remove 'unfoldingWord ' from the beginning of title, **`%s`** => **`%s`**, or translate into your language.",
IssueCodeRelation: "Edit the [manifest.yaml](%s/src/branch/%s/manifest.yaml) file and change **`%s`** to **`%s/%s`** in the **`relation`** field.",
IssueCodePublisher: "Edit the [manifest.yaml](%s/src/branch/%s/manifest.yaml) file and change `unfoldingWord` to the correct publisher in the **`publisher`** field, e.g. %s.",
IssueCodeTitle: "Edit the [manifest.yaml](%s/src/branch/%s/manifest.yaml) file and remove 'unfoldingWord ' from the beginning of **`title`**, **`%s`** => **`%s`**, or translate into your language.",
IssueCodeIdentifier: "Edit the [manifest.yaml](%s/src/branch/%s/manifest.yaml) file and change **`%s`** to the correct **`identifier`** for the subject **`%s`**, which is **`%s`**.",
IssueCodeLanguage: "Edit the [manifest.yaml](%s/src/branch/%s/manifest.yaml) file and change **`en`** to the correct **`language code`** for your project's language, the **`title`** of the language, and the **`direction`**.",
IssueCodeIngredientTitle: "Edit the [manifest.yaml](%s/src/branch/%s/manifest.yaml) file and translate the **`title`** of the projects. For example, translate **'%s'** to the resource's language.",
Expand Down

0 comments on commit 1473a91

Please sign in to comment.