Skip to content

Commit

Permalink
Update web/src/components/storage/ProposalVolumes.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: David Díaz <1691872+dgdavid@users.noreply.github.com>
  • Loading branch information
jreidinger and dgdavid committed Oct 5, 2023
1 parent d0a84af commit 3b5b5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/storage/ProposalVolumes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const VolumeRow = ({ columns, volume, options, isLoading, onEdit, onDelete }) =>
<If condition={options.encryption} then={<Em icon={lockIcon}>{_("encrypted")}</Em>} />
{/* TRANSLATORS: filesystem flag, it allows creating snapshots */}
<If condition={hasSnapshots} then={<Em icon={snapshotsIcon}>{_("with snapshots")}</Em>} />
{/* TRANSLATORS: filesystem flag, filesystem is read only */}
{/* TRANSLATORS: flag for transactional file system */}
<If condition={transactional} then={<Em>{_("transactional")}</Em>} />
</div>
);
Expand Down

0 comments on commit 3b5b5ba

Please sign in to comment.