Skip to content

Commit

Permalink
Changed the notation for related resources.
Browse files Browse the repository at this point in the history
The notation "related resource(s)" is now written out.
  • Loading branch information
jhelmold committed Jun 14, 2023
1 parent 79b8f49 commit 4d961e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/locales/gsa-de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1853,7 +1853,7 @@
"or": "oder",
"or add by ID:": "oder per ID hinzufügen:",
"read": "Lese-",
"rel. resource(s)": "vb. Ressource(n)",
"related resource(s)": "verbundene Ressource(n)",
"reports": "Berichte",
"result(s) NVT(s)": "Ergebnis-NVT(s)",
"result(s) more than previous scan": "Ergebnis(se) mehr als im vorherigen Scan",
Expand Down
2 changes: 1 addition & 1 deletion src/web/pages/permissions/multipledialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ const MultiplePermissionDialog = withCapabilities(
/>
</Divider>
</FormGroup>
<FormGroup title={_('rel. resource(s)')} flex="column">
<FormGroup title={_('related resource(s)')} flex="column">
{hasRelated && (
<ul>
{state.related.map(rentity => (
Expand Down

0 comments on commit 4d961e8

Please sign in to comment.