]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix: mark 'Select' button in doc list for translation (#11278)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Mon, 3 Nov 2025 14:18:41 +0000 (06:18 -0800)
committerGitHub <noreply@github.com>
Mon, 3 Nov 2025 14:18:41 +0000 (06:18 -0800)
src-ui/src/app/components/document-list/document-list.component.html

index a6d23f2a54b364aa0043cedd18d755619d3e1bfc..ef11e44f9f04ae5893665bdbccbb3ecb03d95c68 100644 (file)
@@ -15,7 +15,7 @@
   </div>
   <div class="d-none d-sm-flex flex-fill me-3">
     <div class="input-group input-group-sm">
-      <span class="input-group-text border-0">Select:</span>
+      <span class="input-group-text border-0" i18n>Select:</span>
     </div>
     <div class="btn-group btn-group-sm flex-nowrap">
       @if (list.selected.size > 0) {