Skip to content

Commit

Permalink
[web] Improve comment for translators
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Mar 11, 2024
1 parent d38a79d commit b15c79e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/src/components/storage/ProposalVolumes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const AutoCalculatedHint = (volume) => {

return (
<>
{/* TRANSLATORS: header for a list of items */}
{/* TRANSLATORS: header for a list of items referring to size limits for filesystems*/}
{_("These limits are affected by:")}
<List>
{snapshotsAffectSizes &&
Expand All @@ -66,6 +66,8 @@ const AutoCalculatedHint = (volume) => {
// %s is replaced by a list of the volumes (like "/home, /boot")
<ListItem>{sprintf(_("Presence of other volumes (%s)"), sizeRelevantVolumes.join(", "))}</ListItem>}
{adjustByRam &&
// TRANSLATORS: list item, describes a factor that affects the computed size of a filesystem;
// for example, adjusting the size of the swap
<ListItem>{_("The amount of RAM in the system")}</ListItem>}
</List>
</>
Expand Down

0 comments on commit b15c79e

Please sign in to comment.