diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/index.html b/src/templates/index.html index bd0f853..40610d0 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -14,6 +14,6 @@ <option value="263520">6 months</option> <option value="527040">1 year</option> </select></label> - <button type="submit">shorten</button> + <button type="submit">Shorten</button> </form> {% endblock %} |