From 84260d34a4a21d179f27b8c885feffd3a02ee9f5 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 20 Nov 2020 11:26:55 -0500 Subject: [PATCH] Update wording on dashboard page To encourage users to feel like a part of sr.ht --- gitsrht/templates/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitsrht/templates/dashboard.html b/gitsrht/templates/dashboard.html index 727e671..2e02215 100644 --- a/gitsrht/templates/dashboard.html +++ b/gitsrht/templates/dashboard.html @@ -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 available here. -- 2.38.4