Skip to content

Commit

Permalink
MNES-1072: Names formatting - review
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-baran-se committed Jul 8, 2024
1 parent 47b1224 commit c7630d2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/[locale]/list/_components/AasListTableRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { useNotificationSpawner } from 'lib/hooks/UseNotificationSpawner';
import { ImageWithFallback } from './StyledImageWithFallBack';
import { ProductClassChip } from 'app/[locale]/list/_components/ProductClassChip';
import { tooltipText } from 'lib/util/ToolTipText';
import PictureTableCell from 'components/basics/ListBasics/PictureTableCell';
import PictureTableCell from 'components/basics/listBasics/PictureTableCell';

type AasTableRowProps = {
aasListEntry: AasListEntry;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { TableCell } from '@mui/material';
import { IDiscoveryListEntry } from 'lib/types/DiscoveryListEntry';
import PictureTableCell from 'components/basics/ListBasics/PictureTableCell';
import PictureTableCell from 'components/basics/listBasics/PictureTableCell';
import { useAasState } from 'components/contexts/CurrentAasContext';
import { encodeBase64 } from 'lib/util/Base64Util';
import { useRouter } from 'next/navigation';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/i18n/de.mnestix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const deMnestix = {
addAnother: 'Eine weitere Verwaltungsschale hinzufügen',
assetIdNotFound: 'Asset Id nicht gefunden',
aasAlreadyAdded: 'Verwaltungsschale kann nicht mehrmals hinzugefügt werden',
moreAasFound: 'Mehr als ein AAS im Discovery Service gefunden, bitte geben Sie die AAS-ID an.',
moreAasFound: 'Mehr als eine Verwaltungsschale im Discovery Service gefunden, bitte geben Sie die AAS-ID an.',
},
compareCollection: {
show: '{idShort}',
Expand Down
2 changes: 1 addition & 1 deletion src/lib/i18n/en.mnestix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const enMnestix = {
addAnother: 'Add another AAS',
assetIdNotFound: 'Asset Id not found',
aasAlreadyAdded: 'AAS cannot be added more than once',
moreAasFound: 'More than one Aas found in the discovery service, please provide the AAS ID instead.',
moreAasFound: 'More than one AAS found in the discovery service, please provide the AAS ID instead.',
},
compareCollection: {
show: '{idShort}',
Expand Down

0 comments on commit c7630d2

Please sign in to comment.