Tidied up the "Recycle Bin" headers for both content/media

This commit is contained in:
leekelleher
2014-06-08 18:09:07 +01:00
parent caa59f2c80
commit 8ccb06c91d
3 changed files with 2 additions and 3 deletions

View File

@@ -682,7 +682,6 @@ angular.module('umbraco.mocks').
"translation_uploadTranslationXml": "Upload translation xml",
"treeHeaders_cacheBrowser": "Cache Browser",
"treeHeaders_contentRecycleBin": "Recycle Bin",
"treeHeaders_mediaRecycleBin": "Recycle Bin",
"treeHeaders_createdPackages": "Created packages",
"treeHeaders_datatype": "Data Types",
"treeHeaders_dictionary": "Dictionary",

View File

@@ -1,7 +1,7 @@
<umb-panel ng-controller="Umbraco.Dashboard.RecycleBinController">
<umb-header>
<div class="umb-headline-editor-wrapper span12">
<h1><localize key="treeHeaders_contentRecycleBin">Recycle Bin</localize></h1>
<h1><localize key="general_recycleBin">Recycle Bin</localize></h1>
</div>
</umb-header>
<umb-tab-view>

View File

@@ -1,7 +1,7 @@
<umb-panel ng-controller="Umbraco.Dashboard.RecycleBinController">
<umb-header>
<div class="umb-headline-editor-wrapper span12">
<h1><localize key="treeHeaders_mediaRecycleBin">Recycle Bin</localize></h1>
<h1><localize key="general_recycleBin">Recycle Bin</localize></h1>
</div>
</umb-header>
<umb-tab-view>