diff options
Diffstat (limited to 'templates/org/team')
-rw-r--r-- | templates/org/team/new.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/org/team/new.tmpl b/templates/org/team/new.tmpl index d6a0e41417..40c3ed99c3 100644 --- a/templates/org/team/new.tmpl +++ b/templates/org/team/new.tmpl @@ -82,7 +82,7 @@ <br> {{range $t, $unit := $.Units}} {{if $unit.Type.UnitGlobalDisabled}} - <div class="field poping up" data-content="{{$.i18n.Tr "repo.unit_disabled"}}"> + <div class="field tooltip" data-content="{{$.i18n.Tr "repo.unit_disabled"}}"> {{else}} <div class="field"> {{end}} |