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