localization for webhooks (#15191)

This commit is contained in:
Erik-Jan Westendorp
2023-11-30 16:05:38 +01:00
committed by GitHub
parent e7f7492ce9
commit feaac58027
4 changed files with 23 additions and 9 deletions

View File

@@ -3,11 +3,11 @@
<thead>
<tr>
<th></th>
<th>Webhook key</th>
<th>Date</th>
<th>Url</th>
<th>Event</th>
<th>Retry count</th>
<th><localize key="webhooks_webhookKey">Webhook key</localize></th>
<th><localize key="general_date">Date</localize></th>
<th><localize key="webhooks_url">Url</localize></th>
<th><localize key="webhooks_event">Event</localize></th>
<th><localize key="webhooks_retryCount">Retry count</localize></th>
</tr>
</thead>
<tbody>

View File

@@ -17,10 +17,10 @@
<table class="table table-hover" ng-if="!vm.loading">
<thead>
<tr>
<th>Enabled</th>
<th>Events</th>
<th>Url</th>
<th>Types</th>
<th><localize key="webhooks_enabled">Enabled</localize></th>
<th><localize key="webhooks_events">Events</localize></th>
<th><localize key="webhooks_url">Url</localize></th>
<th><localize key="webhooks_types">Types</localize></th>
</tr>
</thead>
<tbody>