Remove reference to installing a local package via backoffice (#13330)
(cherry picked from commit da9eae1252)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
328f5e0817
commit
a0e8049916
@@ -1301,9 +1301,9 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
|
||||
<key alias="installInstructions">Install instructions</key>
|
||||
<key alias="noConfigurationView">This package has no configuration view</key>
|
||||
<key alias="noPackagesCreated">No packages have been created yet</key>
|
||||
<key alias="noPackages">You don’t have any packages installed</key>
|
||||
<key alias="noPackages">No packages have been installed</key>
|
||||
<key alias="noPackagesDescription">
|
||||
<![CDATA[You don’t have any packages installed. Either install a local package by selecting it from your machine, or browse through available packages using the <strong>'Packages'</strong> icon in the top right of your screen]]></key>
|
||||
<![CDATA[Browse through the available packages using the <strong>'Packages'</strong> icon in the top right of your screen]]></key>
|
||||
<key alias="packageContent">Package Content</key>
|
||||
<key alias="packageLicense">License</key>
|
||||
<key alias="packageSearch">Search for packages</key>
|
||||
|
||||
@@ -1329,9 +1329,9 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
|
||||
<key alias="installInstructions">Install instructions</key>
|
||||
<key alias="noConfigurationView">This package has no configuration view</key>
|
||||
<key alias="noPackagesCreated">No packages have been created yet</key>
|
||||
<key alias="noPackages">You don’t have any packages installed</key>
|
||||
<key alias="noPackages">No packages have been installed</key>
|
||||
<key alias="noPackagesDescription">
|
||||
<![CDATA[You don’t have any packages installed. Either install a local package by selecting it from your machine, or browse through available packages using the <strong>'Packages'</strong> icon in the top right of your screen]]></key>
|
||||
<![CDATA[Browse through the available packages using the <strong>'Packages'</strong> icon in the top right of your screen]]></key>
|
||||
<key alias="packageContent">Package Content</key>
|
||||
<key alias="packageLicense">License</key>
|
||||
<key alias="packageSearch">Search for packages</key>
|
||||
|
||||
@@ -52,8 +52,8 @@
|
||||
<umb-empty-state
|
||||
ng-if="vm.installedPackages.length === 0"
|
||||
position="center">
|
||||
<h2 class="h4"><strong><localize key="packager_noPackages">You don’t have any packages installed</localize>.</strong></h2>
|
||||
<p class="faded"><localize key="packager_noPackagesDescription">You don’t have any packages installed. Either install a local package by selecting it from your machine, or browse through available packages using the "Packages" icon in the top right of your screen</localize>.</p>
|
||||
<h2><strong><localize key="packager_noPackages">No packages have been installed</localize>.</strong></h2>
|
||||
<p class="faded"><localize key="packager_noPackagesDescription">Browse through the available packages using the <strong>'Packages'</strong> icon in the top right of your screen</localize>.</p>
|
||||
</umb-empty-state>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user