mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
Fixed a missing translation
This commit is contained in:
parent
b5048dbc08
commit
aab937e673
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
|||
</div>
|
||||
<div class="dropdown" *ngIf="result.available && issueCategories && issuesEnabled">
|
||||
<button class="btn btn-sm btn-primary-outline dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
|
||||
<i class="fa fa-plus"></i> {{'Request.ReportIssue' | translate}}
|
||||
<i class="fa fa-plus"></i> {{'Requests.ReportIssue' | translate}}
|
||||
<span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue