Skip to content

Commit

Permalink
localization fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
konolak committed Jan 21, 2025
1 parent e52e594 commit ddade95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export class SingleProjectComponent implements OnInit, OnDestroy {
field: 'additionalInfo',
showOnlyLabel: true,
subFields: [{
label: $localize`:@@spKeywordsTooltip:Avainsanat`,
label: $localize`:@@keywords:Avainsanat`,
field: 'keywords',
tooltip: $localize`:@@spKeywordsTooltip:Hankkeen avainsanat`,
}]
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/messages.sv.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4323,7 +4323,7 @@
</trans-unit>
<trans-unit id="spKeywordsTooltip" datatype="html">
<source>Avainsanat</source>
<target>Begränsa sökningen enligt nyckelorden i projekt.</target>
<target>Nyckelord för projektet</target>
</trans-unit>
<trans-unit id="spFiltersKeywords" datatype="html">
<source>Avainsanat</source>
Expand Down

0 comments on commit ddade95

Please sign in to comment.