diff options
author | 2025-02-09 12:23:06 +0100 | |
---|---|---|
committer | 2025-02-09 12:23:06 +0100 | |
commit | 05e89af4ecf81eae9d725e0f61ffe7e14b55d7ed (patch) | |
tree | 2b407f6576c235ac71287ea03f8eba88445cc669 /web/template | |
parent | [feature/frontend] add light mode color scheme of base css, adapt to prefers-... (diff) | |
download | gotosocial-05e89af4ecf81eae9d725e0f61ffe7e14b55d7ed.tar.xz |
[chore/frontend] Tweak display of "edited" in web UI a bit (#3766)
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/status_info.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/status_info.tmpl b/web/template/status_info.tmpl index 366300071..a66ca05c4 100644 --- a/web/template/status_info.tmpl +++ b/web/template/status_info.tmpl @@ -30,7 +30,7 @@ <div class="stats-item edited-at text-cutoff"> <dt class="sr-only">Edited</dt> <dd> - (last edited <time datetime="{{- .EditedAt -}}">{{- .EditedAt | timestampPrecise -}}</time>) + (edited <time datetime="{{- .EditedAt -}}">{{- .EditedAt | timestampPrecise -}}</time>) </dd> </div> {{ end }} |