File tree 4 files changed +5
-7
lines changed
src/Umbraco.Cms.Integrations.Automation.Zapier
App_Plugins/UmbracoCms.Integrations/Automation/Zapier/lang
4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<language >
3
- <area alias =" zapierDashboard" >
4
- <key alias =" title" >Zapier Integrations</key >
5
- <key alias =" promptDeleteTitle" >Delete Registered Webhook</key >
6
- <key alias =" promptDeleteContent" >Are you sure?</key >
3
+ <area alias =" dashboardTabs" >
4
+ <key alias =" zapierIntegrations" >Zapier Integrations</key >
7
5
</area >
8
6
</language >
Original file line number Diff line number Diff line change 10
10
<PackageProjectUrl >https://github.com/umbraco/Umbraco.Cms.Integrations</PackageProjectUrl >
11
11
<Product >Umbraco.Cms.Integrations.Automation.Zapier</Product >
12
12
<ApplicationManifest >App_Plugins\UmbracoCms.Integrations\Automation\Zapier\package.manifest</ApplicationManifest >
13
- <Version >1.0.1 </Version >
13
+ <Version >1.0.2 </Version >
14
14
</PropertyGroup >
15
15
16
16
<ItemGroup Condition =" '$(TargetFramework)' == 'net472'" >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ namespace Umbraco.Cms.Integrations.Automation.Zapier
13
13
[ Weight ( 30 ) ]
14
14
public class ZapierDashboard : IDashboard
15
15
{
16
- public string Alias => "title " ;
16
+ public string Alias => "zapierIntegrations " ;
17
17
18
18
public string View => "/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/dashboard.html" ;
19
19
Original file line number Diff line number Diff line change 3
3
<info >
4
4
<package >
5
5
<name >Umbraco.Cms.Integrations.Automation.Zapier</name >
6
- <version >1.0.1 </version >
6
+ <version >1.0.2 </version >
7
7
<iconUrl ></iconUrl >
8
8
<licence url =" https://opensource.org/licenses/MIT" >MIT</licence >
9
9
<url >https://github.com/umbraco/Umbraco.Cms.Integrations</url >
You can’t perform that action at this time.
0 commit comments