add translation for shared

This commit is contained in:
Mads Rasmussen
2022-05-16 11:39:14 +02:00
parent 23b8dd843c
commit 6c4159751c
2 changed files with 2 additions and 1 deletions

View File

@@ -850,6 +850,7 @@
<key alias="noItemsInList">No items have been added</key>
<key alias="server">Server</key>
<key alias="settings">Settings</key>
<key alias="shared">Shared</key>
<key alias="show">Show</key>
<key alias="showPageOnSend">Show page on Send</key>
<key alias="size">Size</key>

View File

@@ -37,7 +37,7 @@
</div>
<div ng-if="vm.showInherit || vm.property.culture" class="umb-property-culture-label">
<span ng-if="vm.showInherit">Shared</span>
<span ng-if="vm.showInherit"><localize key="general_shared"></localize></span>
<span ng-if="!vm.showInherit">{{ vm.property.culture }}</span>
</div>
</div>