Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jessopb committed Oct 28, 2021
1 parent 772bf6f commit 6718528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/component/settingSystem/view.jsx
Expand Up @@ -239,9 +239,9 @@ export default function SettingSystem(props: Props) {

{limitSpace && (
<FormField
name="blob_limit_mb"
name="blob_limit_gb"
type="text"
label={__(`Limit in GB`)}
label={__(`Limit (GB)`)}
helper={__(
'Data over the limit will be deleted within 30 minutes. This will make the Yrbl cry a little bit.'
)}
Expand Down

0 comments on commit 6718528

Please sign in to comment.