aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/watch_unwatch.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/watch_unwatch.tmpl')
-rw-r--r--templates/repo/watch_unwatch.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/watch_unwatch.tmpl b/templates/repo/watch_unwatch.tmpl
index 64be971416..465cd91c2b 100644
--- a/templates/repo/watch_unwatch.tmpl
+++ b/templates/repo/watch_unwatch.tmpl
@@ -4,7 +4,7 @@
{{if $.IsWatchingRepo}}{{$buttonText = ctx.Locale.Tr "repo.unwatch"}}{{end}}
<button type="submit" class="ui compact small basic button"{{if not $.IsSigned}} disabled{{end}} aria-label="{{$buttonText}}">
{{svg "octicon-eye"}}
- <span class="not-mobile" aria-hidden="true">{{$buttonText}}</span>
+ <span aria-hidden="true">{{$buttonText}}</span>
</button>
<a hx-boost="false" class="ui basic label" href="{{.RepoLink}}/watchers">
{{CountFmt .Repository.NumWatches}}