File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed
src/Umbraco.Cms.Integrations.Automation.Zapier
App_Plugins/UmbracoCms.Integrations/Automation/Zapier/lang Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<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 >
75 </area >
86</language >
Original file line number Diff line number Diff line change 1010 <PackageProjectUrl >https://github.com/umbraco/Umbraco.Cms.Integrations</PackageProjectUrl >
1111 <Product >Umbraco.Cms.Integrations.Automation.Zapier</Product >
1212 <ApplicationManifest >App_Plugins\UmbracoCms.Integrations\Automation\Zapier\package.manifest</ApplicationManifest >
13- <Version >1.0.1 </Version >
13+ <Version >1.0.2 </Version >
1414 </PropertyGroup >
1515
1616 <ItemGroup Condition =" '$(TargetFramework)' == 'net472'" >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ namespace Umbraco.Cms.Integrations.Automation.Zapier
1313 [ Weight ( 30 ) ]
1414 public class ZapierDashboard : IDashboard
1515 {
16- public string Alias => "title " ;
16+ public string Alias => "zapierIntegrations " ;
1717
1818 public string View => "/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/dashboard.html" ;
1919
Original file line number Diff line number Diff line change 33 <info >
44 <package >
55 <name >Umbraco.Cms.Integrations.Automation.Zapier</name >
6- <version >1.0.1 </version >
6+ <version >1.0.2 </version >
77 <iconUrl ></iconUrl >
88 <licence url =" https://opensource.org/licenses/MIT" >MIT</licence >
99 <url >https://github.com/umbraco/Umbraco.Cms.Integrations</url >
You can’t perform that action at this time.
0 commit comments