We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d4790 commit 0be6065Copy full SHA for 0be6065
2 files changed
i18n/en.yaml
@@ -235,7 +235,7 @@ AddonDocs:
235
Tags: Tags
236
VersionAdded: Version added
237
LatestUpdate: Latest update
238
- Informations: Information
+ Information: Information
239
FeatureFlags: Feature flags
240
LatestUpdate:
241
Major: major
layouts/partials/docs/addons-infobox.html
@@ -57,7 +57,7 @@
57
</td>
58
</tr>{{ end }}
59
{{ with .info }}<tr>
60
- <td class="infobox-label">{{ T "AddonDocs.Infobox.Labels.Informations" }}</td>
+ <td class="infobox-label">{{ T "AddonDocs.Infobox.Labels.Information" }}</td>
61
<td class="infobox-data"><ul>
62
<!-- TODO: Do better way to display types -->
63
{{ range . }}
0 commit comments