Skip to content

Commit 0be6065

Browse files
committed
Change "Informations" string ID
1 parent c2d4790 commit 0be6065

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

i18n/en.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ AddonDocs:
235235
Tags: Tags
236236
VersionAdded: Version added
237237
LatestUpdate: Latest update
238-
Informations: Information
238+
Information: Information
239239
FeatureFlags: Feature flags
240240
LatestUpdate:
241241
Major: major

layouts/partials/docs/addons-infobox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</td>
5858
</tr>{{ end }}
5959
{{ with .info }}<tr>
60-
<td class="infobox-label">{{ T "AddonDocs.Infobox.Labels.Informations" }}</td>
60+
<td class="infobox-label">{{ T "AddonDocs.Infobox.Labels.Information" }}</td>
6161
<td class="infobox-data"><ul>
6262
<!-- TODO: Do better way to display types -->
6363
{{ range . }}

0 commit comments

Comments
 (0)