diff options
Diffstat (limited to 'application/views/user')
-rw-r--r-- | application/views/user/profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/user/profile.php b/application/views/user/profile.php index a9ab9b9e9..ee28d1b53 100644 --- a/application/views/user/profile.php +++ b/application/views/user/profile.php @@ -20,7 +20,7 @@ <label class="control-label" for="inputUploadIDLimits">Upload ID length limits</label> <div class="controls"> <input type="text" id="inputUploadIDLimits" name="upload_id_limits" placeholder="number-number" value="<?php echo $profile_data["upload_id_limits"]; ?>"> - <span class="help-block"><number>-<number> (min: 3, max: 64; example: "5-9")</span> + <span class="help-block">Values have to be between 3 and 64 inclusive. Please remember that longer IDs don't protect your pastes from being found if you post the link somewhere a search enginge can see it.</span> </div> </div> |