summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-02-19 11:10:46 +0100
committerFlorian Pritz <bluewind@xinu.at>2016-02-19 11:10:46 +0100
commit1133e2c31ae03ddd9e37d86b36ef3c7fc763d050 (patch)
tree85bd73277e29dbc56ef85ea4207b33c2ba427dbc
parentc0f50ee369310a093daac2180cc25c67b760edf9 (diff)
view/user/profile: Fix typo
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--application/views/user/profile.php2
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>