Skip to content

Commit 6984b8f

Browse files
committed
Update dashboard localization entries
1 parent 9495065 commit 6984b8f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
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>

src/Umbraco.Cms.Integrations.Automation.Zapier/ZapierDashboard.cs

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)