Fix spelling mistake

This commit is contained in:
Shannon
2019-04-09 10:34:59 +10:00
parent 1c9b449c46
commit 7e1ee26dee
3 changed files with 3 additions and 3 deletions

View File

@@ -250,7 +250,7 @@
<umb-box>
<umb-box-content>
<div class="umb-package-details__section-title"><localize key="packager_packageCompatibility">Compatibility</localize></div>
<div class="umb-package-details__section-description"><localize key="packager_packageCompatibilityDescription">This package is compatible with the following versions of Umbraco, as reported by community members. Full compatability cannot be gauranteed for versions reported below 100%</localize></div>
<div class="umb-package-details__section-description"><localize key="packager_packageCompatibilityDescription">This package is compatible with the following versions of Umbraco, as reported by community members. Full compatability cannot be guaranteed for versions reported below 100%</localize></div>
<div class="umb-package-details__compatability" ng-repeat="compatibility in vm.package.compatibility | filter:percentage > 0">
<div class="umb-package-details__compatability-label">
<span class="umb-package-details__information-item-label">{{compatibility.version}}</span>

View File

@@ -1164,7 +1164,7 @@ To manage your website, simply open the Umbraco back office and start adding con
<key alias="packageDownloads">Downloads</key>
<key alias="packageLikes">Likes</key>
<key alias="packageCompatibility">Compatibility</key>
<key alias="packageCompatibilityDescription">This package is compatible with the following versions of Umbraco, as reported by community members. Full compatability cannot be gauranteed for versions reported below 100%</key>
<key alias="packageCompatibilityDescription">This package is compatible with the following versions of Umbraco, as reported by community members. Full compatability cannot be guaranteed for versions reported below 100%</key>
<key alias="packageExternalSources">External sources</key>
<key alias="packageAuthor">Author</key>
<key alias="packageDocumentation">Documentation</key>

View File

@@ -1163,7 +1163,7 @@ To manage your website, simply open the Umbraco back office and start adding con
<key alias="packageDownloads">Downloads</key>
<key alias="packageLikes">Likes</key>
<key alias="packageCompatibility">Compatibility</key>
<key alias="packageCompatibilityDescription">This package is compatible with the following versions of Umbraco, as reported by community members. Full compatability cannot be gauranteed for versions reported below 100%</key>
<key alias="packageCompatibilityDescription">This package is compatible with the following versions of Umbraco, as reported by community members. Full compatability cannot be guaranteed for versions reported below 100%</key>
<key alias="packageExternalSources">External sources</key>
<key alias="packageAuthor">Author</key>
<key alias="packageDocumentation">Documentation</key>