Skip to content

Commit

Permalink
Wording and shizzel.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Sep 1, 2022
1 parent 48882f3 commit 286cade
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion uSync.Backoffice.Assets/App_Plugins/uSync/Lang/en-us.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key alias="usync">uSync</key>
</area>
<area alias="usync">
<key alias="name">uSync 8</key>
<key alias="name">uSync</key>
<key alias="intro">Database elements to and from disk</key>

<key alias="newer">There is a newer version of uSync available</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@

var vm = this;

var _settingsFolder = Umbraco.Sys.ServerVariables.umbracoSettings.appPluginsPath + '/uSync/settings';

vm.selectNavigationItem = function (item) {
eventsService.emit('usync-dashboard.tab.change', item);
}

vm.page = {
title: 'uSync',
description: '...',
navigation: [
]
navigation: [ ]
};

var uSyncSettings = Umbraco.Sys.ServerVariables.uSync;
Expand All @@ -24,7 +25,7 @@
'name': 'uSync',
'alias': 'uSync',
'icon': 'icon-infinity',
'view': Umbraco.Sys.ServerVariables.umbracoSettings.appPluginsPath + '/uSync/settings/default.html',
'view': _settingsFolder + '/default.html',
'active': true
});
}
Expand All @@ -33,7 +34,7 @@
'name': 'Settings',
'alias': 'settings',
'icon': 'icon-settings',
'view': Umbraco.Sys.ServerVariables.umbracoSettings.appPluginsPath + '/uSync/settings/settings.html',
'view': _settingsFolder + '/settings.html',
});


Expand All @@ -60,7 +61,7 @@
'name': 'Add ons',
'alias': 'expansion',
'icon': 'icon-box',
'view': Umbraco.Sys.ServerVariables.umbracoSettings.appPluginsPath + '/uSync/settings/expansion.html'
'view': _settingsFolder + '/expansion.html'
});
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h5>Detected changes</h5>
<h4>No Changes detected</h4>
<p>
It is possible that the .config file is different, because it contains extra information
(such as xml comments) but no properties or values on this item will change when the file
(such as XML comments) but no properties or values on this item will change when the file
is processed.
</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
</div>
<div class="umb-permission usync-setting-value">
<div class="umb-permission__content">
<div>Use guids for filenames</div>
<div class="umb-permission__description">Use the guid of an item as the filename</div>
<div>Use GUIDs for filenames</div>
<div class="umb-permission__description">Use the GUID of an item as the filename</div>
</div>
<div class="umb-permission__value">
<div ng-if="vm.handlerSet.handlerDefaults.guidNames"><i class="icon icon-check color-green"></i></div>
Expand All @@ -148,7 +148,7 @@
<div class="umb-permission__content">
<div>Disabled handlers</div>
<div class="umb-permission__description">
Handlers explitily disabled for this handler set <br />
Handlers explicitly disabled for this handler set <br />
<small>(uSync.Complete will add some handlers in here automatically)</small>
</div>
</div>
Expand Down Expand Up @@ -214,7 +214,7 @@
description="Handler sets in the config">
</umb-box-header>
<umb-box-content>
<p class="color-red">Custom handler sets need to be registered in code, they may appear in this list (which is reads the config to get the list), but they won't work as Handler sets unless they are registered.</p>
<p class="color-red">Custom handler sets need to be registered in code, they may appear in this list (which is reads the configuration to get the list), but they won't work as Handler sets unless they are registered.</p>

<div ng-repeat="(name, set) in vm.sets" class="accordion-group">
<div ng-click="set.showSettings = !set.showSettings"
Expand Down
2 changes: 1 addition & 1 deletion uSync.Backoffice.Assets/wwwroot/Lang/en-us.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key alias="usync">uSync</key>
</area>
<area alias="usync">
<key alias="name">uSync 8</key>
<key alias="name">uSync</key>
<key alias="intro">Database elements to and from disk</key>

<key alias="newer">There is a newer version of uSync available</key>
Expand Down
2 changes: 1 addition & 1 deletion uSync.Backoffice.Assets/wwwroot/changedialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h5>Detected changes</h5>
<h4>No Changes detected</h4>
<p>
It is possible that the .config file is different, because it contains extra information
(such as xml comments) but no properties or values on this item will change when the file
(such as XML comments) but no properties or values on this item will change when the file
is processed.
</p>
</div>
Expand Down
6 changes: 3 additions & 3 deletions uSync.Backoffice.Assets/wwwroot/package.manifest
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "uSync",
"version": "10.2.0-build.20220830.2",
"version": "10.0.0",
"javascript": [
"~/App_Plugins/uSync/usync.10.2.0-build.20220830.2.min.js"
"~/App_Plugins/uSync/usync.10.0.0.min.js"
],
"css": [
"~/App_Plugins/uSync/usync.10.2.0-build.20220830.2.min.css"
"~/App_Plugins/uSync/usync.10.0.0.min.css"
],
"bundleOptions": "None"
}
8 changes: 4 additions & 4 deletions uSync.Backoffice.Assets/wwwroot/settings/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
</div>
<div class="umb-permission usync-setting-value">
<div class="umb-permission__content">
<div>Use guids for filenames</div>
<div class="umb-permission__description">Use the guid of an item as the filename</div>
<div>Use GUIDs for filenames</div>
<div class="umb-permission__description">Use the GUID of an item as the filename</div>
</div>
<div class="umb-permission__value">
<div ng-if="vm.handlerSet.handlerDefaults.guidNames"><i class="icon icon-check color-green"></i></div>
Expand All @@ -148,7 +148,7 @@
<div class="umb-permission__content">
<div>Disabled handlers</div>
<div class="umb-permission__description">
Handlers explitily disabled for this handler set <br />
Handlers explicitly disabled for this handler set <br />
<small>(uSync.Complete will add some handlers in here automatically)</small>
</div>
</div>
Expand Down Expand Up @@ -214,7 +214,7 @@
description="Handler sets in the config">
</umb-box-header>
<umb-box-content>
<p class="color-red">Custom handler sets need to be registered in code, they may appear in this list (which is reads the config to get the list), but they won't work as Handler sets unless they are registered.</p>
<p class="color-red">Custom handler sets need to be registered in code, they may appear in this list (which is reads the configuration to get the list), but they won't work as Handler sets unless they are registered.</p>

<div ng-repeat="(name, set) in vm.sets" class="accordion-group">
<div ng-click="set.showSettings = !set.showSettings"
Expand Down

0 comments on commit 286cade

Please sign in to comment.