File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
src/Umbraco.Cms.Integrations.Automation.Zapier
App_Plugins/UmbracoCms.Integrations/Automation/Zapier/lang Expand file tree Collapse file tree 2 files changed +3
-5
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 @@ -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
You can’t perform that action at this time.
0 commit comments