Skip to content

Inconsistent Capitalization of KB #12794

Description

@Eli-J-Schwartz

Describe the bug
On the homework submission page, both "KB" and "kb" are used to refer to the size of the file in kilobytes. "KB" is used in the submission box, and "kb" is used in file list box.

Expected behavior
Only the capitalized "KB" should be used.

To Reproduce
Steps to reproduce the behavior:

  1. Submit any file to any gradable
  2. See error

Configuration

  • OS: Arch Linux
  • Browser: Firefox

Screenshots
Image

Additional context
KB is correct, since the calculations are dividing the number of bytes by 1024, while kb would be correct if the calculations were dividing the number of bits by 1000.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Awaiting TriageBrand New Issue - not yet reviewed & prioritized by the Submitty Project Managersbug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions