localization for webhooks (#15191)
This commit is contained in:
committed by
GitHub
parent
e7f7492ce9
commit
feaac58027
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user