~edwargix/git.sr.ht

84260d34a4a21d179f27b8c885feffd3a02ee9f5 — Drew DeVault 3 years ago 5399c13
Update wording on dashboard page

To encourage users to feel like a part of sr.ht
1 files changed, 1 insertions(+), 1 deletions(-)

M gitsrht/templates/dashboard.html
M gitsrht/templates/dashboard.html => gitsrht/templates/dashboard.html +1 -1
@@ 1,6 1,6 @@
{% extends "bases/scmdashboard.html" %}
{% block welcome_user %}
  Welcome back, {{ current_user.username }}! This is the
  Welcome back, {{ current_user.username }}! This is your
  {{cfg("sr.ht", "site-name")}} git hosting service. Documentation
  for its use is
  <a href="https://man.sr.ht/git.sr.ht">available here</a>.