Skip to content

Commit 7752d83

Browse files
committed
Fix "suggest an idea" not using translation
Closes jonaswinkler#1300
1 parent 4b45e94 commit 7752d83

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src-ui/messages.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,10 @@
511511
</trans-unit>
512512
<trans-unit id="5612903193691847840" datatype="html">
513513
<source>Suggest an idea</source>
514+
<context-group purpose="location">
515+
<context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context>
516+
<context context-type="linenumber">192</context>
517+
</context-group>
514518
<context-group purpose="location">
515519
<context context-type="sourcefile">src/app/components/app-frame/app-frame.component.html</context>
516520
<context context-type="linenumber">196</context>

src-ui/src/app/components/app-frame/app-frame.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h6 class="sidebar-heading px-3 mt-auto pt-4 mb-1 text-muted">
189189
<use xlink:href="assets/bootstrap-icons.svg#github" />
190190
</svg>&nbsp;<ng-container i18n>GitHub</ng-container>
191191
</a>
192-
<a class="nav-link-additional small text-muted ms-3" target="_blank" rel="noopener noreferrer" href="https://github.com/paperless-ngx/paperless-ngx/discussions/categories/feature-requests" title="Suggest an idea">
192+
<a class="nav-link-additional small text-muted ms-3" target="_blank" rel="noopener noreferrer" href="https://github.com/paperless-ngx/paperless-ngx/discussions/categories/feature-requests" title="Suggest an idea" i18n-title>
193193
<svg xmlns="http://www.w3.org/2000/svg" width="1.1em" height="1.1em" fill="currentColor" class="me-1" viewBox="0 0 16 16">
194194
<use xlink:href="assets/bootstrap-icons.svg#lightbulb" />
195195
</svg>

0 commit comments

Comments
 (0)