diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-02-19 11:10:46 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-02-19 11:10:46 +0100 |
commit | 1133e2c31ae03ddd9e37d86b36ef3c7fc763d050 (patch) | |
tree | 85bd73277e29dbc56ef85ea4207b33c2ba427dbc /application/views | |
parent | c0f50ee369310a093daac2180cc25c67b760edf9 (diff) |
view/user/profile: Fix typo
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views')
-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 d04716b31..6e0a7089f 100644 --- a/application/views/user/profile.php +++ b/application/views/user/profile.php @@ -25,7 +25,7 @@ <label class="control-label col-lg-2 col-md-2" for="inputUploadIDLimits">Upload ID length limits</label> <div class="col-lg-5 col-md-5"> <input type="text" id="inputUploadIDLimits" name="upload_id_limits" placeholder="number-number" value="<?php echo $profile_data["upload_id_limits"]; ?>" class="form-control"> - <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> + <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 engine can see it.</span> </div> </div> </div> |