Skip to content

Commit

Permalink
fix: update translation text and refactor styling to column
Browse files Browse the repository at this point in the history
  • Loading branch information
mulengawilfred committed Oct 28, 2024
1 parent 1a3402f commit c88037e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
16 changes: 7 additions & 9 deletions web/src/beta/features/AssetsManager/item/AssetListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,16 @@ const AssetListItem: FC<AssetItemProps> = ({
<Col width={10}>
<Typography size="body">{formattedSize}</Typography>
</Col>
<Col width={30} title={asset.url} style={{ flex: 1 }}>
<Col width={30} title={asset.url}>
<Typography otherProperties={{ width: "200px" }} size="body">
{asset.url}
</Typography>
<div style={{ flexGrow: 1 }}>
<IconButton
appearance="simple"
icon="copy"
onClick={handleIconClick}
size="medium"
/>
</div>
<IconButton
appearance="simple"
icon="copy"
onClick={handleIconClick}
size="medium"
/>
</Col>
</Wrapper>
);
Expand Down
4 changes: 2 additions & 2 deletions web/src/services/i18n/translations/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Assets selected: ''
Asset selected: ''
Uploaded At: ''
Size: ''
Path: ''
Path: 'パス'
No Asset has been uploaded yet: ''
Asset url copied: ''
Asset url copied: 'アセットURLをコピーしました'
Use Name or Email: ''
Find Member: ''
No Member match your search.: ''
Expand Down

0 comments on commit c88037e

Please sign in to comment.